summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/theme.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-06-23 23:56:05 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-06-23 23:56:05 -0600
commitc37fc39152ceeb5f4d51f9b297b313847bb445e5 (patch)
treeb27850ad7eff09217f4a9a34379ff3780cd1a19e /modules/gallery/helpers/theme.php
parent200e17c884df8c2a265fab828be2ef869e580e35 (diff)
parentf9dbd4eb2feede5381d481f473bf7f0a77b49e4a (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/theme.php')
-rw-r--r--modules/gallery/helpers/theme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/helpers/theme.php b/modules/gallery/helpers/theme.php
index 0a43f25c..b46a2c14 100644
--- a/modules/gallery/helpers/theme.php
+++ b/modules/gallery/helpers/theme.php
@@ -55,6 +55,8 @@ class theme_Core {
->value(module::get_var("gallery", "header_text"));
$group->textarea("footer_text")->label(t("Footer text"))->id("gFooterText")
->value(module::get_var("gallery", "footer_text"));
+ $group->checkbox("show_credits")->label(t("Show site credits"))->id("gFooterText")
+ ->checked(module::get_var("gallery", "show_credits"));
$group->submit("")->value(t("Save"));
return $form;
}