mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 01:19:54 -04:00
8 lines
273 B
PHP
8 lines
273 B
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>
|