summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/helpers/core_theme.php4
-rw-r--r--themes/default/views/footer.html.php3
2 files changed, 5 insertions, 2 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
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
index e88a51e6..bd17a634 100644
--- a/themes/default/views/footer.html.php
+++ b/themes/default/views/footer.html.php
@@ -5,6 +5,5 @@
<? else: ?>
<ul id="gCredits">
<?= $theme->credits() ?>
- <li> <a href="#">About this Gallery</a> </li>
</ul>
-<? endif ?> \ No newline at end of file
+<? endif ?>