mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 10:49:07 -04:00
with the callbacks in the xxx_block helpers. So in the theme we have:
admin.html.php:
$theme->admin_page_bottom()
then in the helpers:
core_block.php:
function admin_page_bottom() { }
8 lines
274 B
PHP
8 lines
274 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>
|