2009-01-01 00:23:29 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2008-12-25 20:12:00 +00:00
|
|
|
<?= $theme->footer() ?>
|
2009-05-27 16:15:00 -07:00
|
|
|
<? if ($footer_text = module::get_var("gallery", "footer_text")): ?>
|
2009-02-26 02:47:38 +00:00
|
|
|
<?= $footer_text ?>
|
|
|
|
|
<? else: ?>
|
2008-11-28 09:46:29 +00:00
|
|
|
<ul id="gCredits">
|
|
|
|
|
<?= $theme->credits() ?>
|
|
|
|
|
</ul>
|
2009-05-21 02:03:21 +00:00
|
|
|
<? endif ?>
|