blob: 830fa003e33c4ef0b8860ae586ea3b27d8d27b90 (
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>
|