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