summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-21 02:03:21 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-21 02:03:21 +0000
commitd4189d947da202062dfc9cd030ebb85e44683d4a (patch)
tree600e9b825da7dfcddb2d4ae2bf4328573f0c44b3 /core
parent9d761b4a667ec29f4d4642068ef7808cf1057ab3 (diff)
Fix the admin credits, too
Diffstat (limited to 'core')
-rw-r--r--core/helpers/core_theme.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/helpers/core_theme.php b/core/helpers/core_theme.php
index 67255653..28f544a1 100644
--- a/core/helpers/core_theme.php
+++ b/core/helpers/core_theme.php
@@ -130,4 +130,8 @@ class core_theme_Core {
"version" => module::get_var("core", "version"))) .
"</li>";
}
+
+ static function admin_credits() {
+ return core_theme::credits();
+ }
} \ No newline at end of file