diff options
Diffstat (limited to 'core/helpers/core_theme.php')
-rw-r--r-- | core/helpers/core_theme.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/helpers/core_theme.php b/core/helpers/core_theme.php index 8fb28b00..67255653 100644 --- a/core/helpers/core_theme.php +++ b/core/helpers/core_theme.php @@ -122,4 +122,12 @@ class core_theme_Core { return L10n_Client_Controller::l10n_form(); } } + + static function credits() { + return "<li class=\"first\">" . + t("Powered by <a href=\"%url\">Gallery %version</a>", + array("url" => "http://gallery.menalto.com", + "version" => module::get_var("core", "version"))) . + "</li>"; + } }
\ No newline at end of file |