diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/footer.html.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php index 6e0ef428..7f011735 100644 --- a/themes/default/views/footer.html.php +++ b/themes/default/views/footer.html.php @@ -1,2 +1,6 @@ <? defined("SYSPATH") or die("No direct script access."); ?> -Powered by <a href="#">Gallery3</a> | <a href="#">About this Gallery</a> +<ul id="gCredits"> + <li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li> + <?= $theme->credits() ?> + <li> <a href="#">About this Gallery</a> </li> +</ul> |
