summaryrefslogtreecommitdiff
path: root/themes/default/views/footer.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/views/footer.html.php')
-rw-r--r--themes/default/views/footer.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
new file mode 100644
index 00000000..7f011735
--- /dev/null
+++ b/themes/default/views/footer.html.php
@@ -0,0 +1,6 @@
+<? defined("SYSPATH") or die("No direct script access."); ?>
+<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>