mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#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…
x
Reference in New Issue
Block a user