Fix the admin credits, too

This commit is contained in:
Bharat Mediratta
2009-05-21 02:03:21 +00:00
parent 9d761b4a66
commit d4189d947d
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -130,4 +130,8 @@ class core_theme_Core {
"version" => module::get_var("core", "version"))) .
"</li>";
}
static function admin_credits() {
return core_theme::credits();
}
}
+1 -2
View File
@@ -5,6 +5,5 @@
<? else: ?>
<ul id="gCredits">
<?= $theme->credits() ?>
<li> <a href="#">About this Gallery</a> </li>
</ul>
<? endif ?>
<? endif ?>