mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-13 07:59:24 -04:00
11 lines
384 B
PHP
11 lines
384 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= $theme->footer() ?>
|
|
<? if ($footer_text = module::get_var("core", "footer_text")): ?>
|
|
<?= $footer_text ?>
|
|
<? else: ?>
|
|
<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>
|
|
<? endif ?>
|