diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-29 22:28:48 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-29 22:28:48 -0700 |
| commit | f660eb55aa9535c10f91ad2812fa073589fcae2b (patch) | |
| tree | 11d8727061378408bbc16ede888a058ba20542fb /modules/gallery/helpers/gallery_theme.php | |
| parent | 0097803efc1c71711bf9ccf5015fe43e75f8f28d (diff) | |
| parent | ce285b8feba2f9c495fb153517c2a582421f50e0 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
| -rw-r--r-- | modules/gallery/helpers/gallery_theme.php | 4 |
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>"; |
