summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-08-14 14:02:41 -0700
committerBharat Mediratta <bharat@menalto.com>2010-08-14 14:02:41 -0700
commita8c7234c5e99d1a953f652b85b873d9e43675765 (patch)
tree304cde8e4be7b787081d8d6582f0c32a0bb9c1b3
parent524554c65b363adfd264c66dafe0671ba5115a1f (diff)
parentc90996341aa309a0c585392427561831890767c7 (diff)
Merge branch 'master' of github.com:gallery/gallery3
-rw-r--r--themes/admin_wind/views/admin.html.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index f9ef18c7..6b0c3fe5 100644
--- a/themes/admin_wind/views/admin.html.php
+++ b/themes/admin_wind/views/admin.html.php
@@ -77,9 +77,11 @@
</div>
<div id="g-footer" class="g-inline ui-helper-clearfix">
<?= $theme->admin_footer() ?>
- <div>
+ <? if (module::get_var("gallery", "show_credits")): ?>
+ <ul id="g-credits" class="g-inline">
<?= $theme->admin_credits() ?>
- </div>
+ </ul>
+ <? endif ?>
</div>
</div>
<?= $theme->admin_page_bottom() ?>