blob: d71119223fef624b70e737944f581d141c36fbfe (
plain)
1
2
3
4
5
6
7
8
9
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->footer() ?>
<? if ($footer_text = module::get_var("gallery", "footer_text")): ?>
<?= $footer_text ?>
<? else: ?>
<ul id="gCredits">
<?= $theme->credits() ?>
</ul>
<? endif ?>
|