diff options
Diffstat (limited to 'src/view/templates/footer.php')
| -rw-r--r-- | src/view/templates/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/footer.php b/src/view/templates/footer.php index 7809818..6450e21 100644 --- a/src/view/templates/footer.php +++ b/src/view/templates/footer.php | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | <a href="<?= new URL ?>"><img id="footer_logo_content" src="<?= $footer_logo ?? '' ?>" alt=""></a> | 20 | <a href="<?= new URL ?>"><img id="footer_logo_content" src="<?= $footer_logo ?? '' ?>" alt=""></a> |
| 21 | <?= $admin_footer_logo ?> | 21 | <?= $admin_footer_logo ?> |
| 22 | </div> | 22 | </div> |
| 23 | <?php if($_SESSION['admin']){ ?> | 23 | <?php if(IS_ADMIN){ ?> |
| 24 | <script> | 24 | <script> |
| 25 | let footer_name = new InputText('footer_name'); | 25 | let footer_name = new InputText('footer_name'); |
| 26 | let footer_address = new InputText('footer_address'); | 26 | let footer_address = new InputText('footer_address'); |
