#10597 add logo pandora maintenance
This commit is contained in:
parent
c7b62c587b
commit
477dc1d14d
|
@ -38,6 +38,11 @@ ui_require_css_file('maintenance');
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
html_print_image(
|
||||||
|
'images/pandora_tinylogo.png',
|
||||||
|
false,
|
||||||
|
['class' => 'responsive flex margn']
|
||||||
|
);
|
||||||
html_print_image(
|
html_print_image(
|
||||||
'images/maintenance.png',
|
'images/maintenance.png',
|
||||||
false,
|
false,
|
||||||
|
|
|
@ -50,6 +50,11 @@ $data['check_php_version'] = phpversion();
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
html_print_image(
|
||||||
|
'images/pandora_tinylogo.png',
|
||||||
|
false,
|
||||||
|
['class' => 'responsive flex margn']
|
||||||
|
);
|
||||||
html_print_image(
|
html_print_image(
|
||||||
'images/maintenance.png',
|
'images/maintenance.png',
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in New Issue