mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
7 lines
249 B
PHP
7 lines
249 B
PHP
<? 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>
|