mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-25 09:14:35 -04:00
Fix the admin credits, too
This commit is contained in:
@@ -130,4 +130,8 @@ class core_theme_Core {
|
||||
"version" => module::get_var("core", "version"))) .
|
||||
"</li>";
|
||||
}
|
||||
|
||||
static function admin_credits() {
|
||||
return core_theme::credits();
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,5 @@
|
||||
<? else: ?>
|
||||
<ul id="gCredits">
|
||||
<?= $theme->credits() ?>
|
||||
<li> <a href="#">About this Gallery</a> </li>
|
||||
</ul>
|
||||
<? endif ?>
|
||||
<? endif ?>
|
||||
|
||||
Reference in New Issue
Block a user