blob: b5f842b783d7be39568ae7517cec037141e11316 (
plain)
1
2
3
4
5
6
7
|
<? defined("SYSPATH") or die("No direct script access."); ?>
<?= $theme->footer() ?>;
<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>
|