Skip to content

Commit

Permalink
Update footerContent.php
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 authored Oct 6, 2023
1 parent 4dc505f commit 42cf87c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Private/scripts/footerContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@

</div>

<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html")): ?>
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html"); ?>
<?php endif; ?>

<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>
Expand Down

0 comments on commit 42cf87c

Please sign in to comment.