Files
gallery3/themes/default/views/footer.html.php
2009-05-21 02:03:21 +00:00

10 lines
249 B
PHP

<?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">
<?= $theme->credits() ?>
</ul>
<? endif ?>