diff options
Diffstat (limited to 'themes/default/views/footer.html.php')
-rw-r--r-- | themes/default/views/footer.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php index 1944dbb0..0091afde 100644 --- a/themes/default/views/footer.html.php +++ b/themes/default/views/footer.html.php @@ -1,7 +1,11 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->footer() ?> +<? if ($footer_text = module::get_var("core", "footer_text")): ?> +<?= $footer_text ?> +<? else: ?> <ul id="gCredits"> <li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li> <?= $theme->credits() ?> <li> <a href="#">About this Gallery</a> </li> </ul> +<? endif ?>
\ No newline at end of file |