summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-21 02:00:17 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-21 02:00:17 +0000
commit9d761b4a667ec29f4d4642068ef7808cf1057ab3 (patch)
treee018d132e273ae9a12fff1cdbea5e3828181a199 /themes
parenta9e3692027dc767b340242ed18fe7184cbfd883d (diff)
Move the credits string into core_theme::credits()
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/footer.html.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
index 0091afde..e88a51e6 100644
--- a/themes/default/views/footer.html.php
+++ b/themes/default/views/footer.html.php
@@ -4,7 +4,6 @@
<?= $footer_text ?>
<? else: ?>
<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>