blob: 1944dbb0a90017bcdb16f6a1881e56d99545189d (
plain)
1
2
3
4
5
6
7
|
<?php 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>
|