Aggiornamento logo normale e completo
This commit is contained in:
parent
7d21789e85
commit
37c6a11ae5
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 64 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -195,7 +195,7 @@ if (post('db_host') !== null) {
|
||||||
"generated" : "true",
|
"generated" : "true",
|
||||||
"icons" : [
|
"icons" : [
|
||||||
{
|
{
|
||||||
"src": "assets/dist/img/logo.png",
|
"src": "assets/dist/img/logo_completo.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "489x91"
|
"sizes": "489x91"
|
||||||
}
|
}
|
||||||
|
@ -329,7 +329,7 @@ if (empty($creation) && (!file_exists('config.inc.php') || !$valid_config)) {
|
||||||
echo '
|
echo '
|
||||||
<div class="box box-center-large box-warning">
|
<div class="box box-center-large box-warning">
|
||||||
<div class="box-header with-border text-center">
|
<div class="box-header with-border text-center">
|
||||||
<img src="'.$img.'/logo.png" width="300" alt="'.tr('OSM Logo').'">
|
<img src="'.$img.'/logo_completo.png" width="300" alt="'.tr('OSM Logo').'">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box-body" id="smartwizard">
|
<div class="box-body" id="smartwizard">
|
||||||
|
|
|
@ -124,7 +124,7 @@ $img = App::getPaths()['img'];
|
||||||
echo '
|
echo '
|
||||||
<div class="box box-center-large box-warning">
|
<div class="box box-center-large box-warning">
|
||||||
<div class="box-header with-border text-center">
|
<div class="box-header with-border text-center">
|
||||||
<img src="'.$img.'/logo.png" class="logo-image" alt="'.tr('OSM Logo').'">
|
<img src="'.$img.'/logo_completo.png" class="logo-image" alt="'.tr('OSM Logo').'">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
|
|
|
@ -145,7 +145,7 @@ if (!empty(flash()->getMessage('error'))) {
|
||||||
echo '
|
echo '
|
||||||
<form action="?op=login" method="post" class="login-box box" autocomplete="off" >
|
<form action="?op=login" method="post" class="login-box box" autocomplete="off" >
|
||||||
<div class="box-header with-border text-center">
|
<div class="box-header with-border text-center">
|
||||||
<img src="'.App::getPaths()['img'].'/logo.png" class="img-responsive" alt="'.tr('OSM Logo').'">
|
<img src="'.App::getPaths()['img'].'/logo_completo.png" class="img-responsive" alt="'.tr('OSM Logo').'">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="login-box-body box-body">
|
<div class="login-box-body box-body">
|
||||||
|
|
2
info.php
2
info.php
|
@ -28,7 +28,7 @@ include_once App::filepath('include|custom|', 'top.php');
|
||||||
echo '
|
echo '
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
<img src="'.$paths['img'].'/logo.png" class="pull-left img-responsive" width="300" alt="'.tr('OSM Logo').'">
|
<img src="'.$paths['img'].'/logo_completo.png" class="pull-left img-responsive" width="300" alt="'.tr('OSM Logo').'">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<i class="fa fa-info"></i> '.tr('Informazioni').'
|
<i class="fa fa-info"></i> '.tr('Informazioni').'
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue