Files
gallery3/themes/default/views/footer.html.php
Bharat Mediratta 88a3d43ba9 Update all references to the core application to now point to the
gallery module.  This type of mass update is prone to some small bugs.
2009-05-27 16:17:29 -07:00

10 lines
252 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->footer() ?>
<? if ($footer_text = module::get_var("gallery", "footer_text")): ?>
<?= $footer_text ?>
<? else: ?>
<ul id="gCredits">
<?= $theme->credits() ?>
</ul>
<? endif ?>