diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-14 14:02:41 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-14 14:02:41 -0700 |
commit | a8c7234c5e99d1a953f652b85b873d9e43675765 (patch) | |
tree | 304cde8e4be7b787081d8d6582f0c32a0bb9c1b3 | |
parent | 524554c65b363adfd264c66dafe0671ba5115a1f (diff) | |
parent | c90996341aa309a0c585392427561831890767c7 (diff) |
Merge branch 'master' of github.com:gallery/gallery3
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 6 |
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() ?> |