summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r--modules/gallery/helpers/gallery_theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php
index d45e1b98..f955e8f7 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -124,8 +124,8 @@ class gallery_theme_Core {
}
static function credits() {
- return "<li class=\"first\">" .
- t("Powered by <a href=\"%url\">Gallery %version</a>",
+ return "<li class=\"first\">" .
+ t(module::get_var("gallery", "credits"),
array("url" => "http://gallery.menalto.com",
"version" => module::get_var("gallery", "version"))) .
"</li>";