Files
gallery3/themes/default/views/footer.html.php

11 lines
384 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">
<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 ?>