#10597 add logo pandora maintenance

This commit is contained in:
Jonathan 2023-05-04 16:28:51 +02:00
parent c7b62c587b
commit 477dc1d14d
2 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,11 @@ ui_require_css_file('maintenance');
<br>
<?php
html_print_image(
'images/pandora_tinylogo.png',
false,
['class' => 'responsive flex margn']
);
html_print_image(
'images/maintenance.png',
false,

View File

@ -50,6 +50,11 @@ $data['check_php_version'] = phpversion();
<br>
<?php
html_print_image(
'images/pandora_tinylogo.png',
false,
['class' => 'responsive flex margn']
);
html_print_image(
'images/maintenance.png',
false,