summaryrefslogtreecommitdiff
path: root/themes/default/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-25 20:12:00 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-25 20:12:00 +0000
commit9ebced112b3f155df320a730a1f7063d882ea22b (patch)
tree530f170c0ace9e8931ee79bbdd5c74aec7b5be61 /themes/default/views
parent2c978cb37a9f279a837f459528b4b1e9cc8ae1a7 (diff)
Restore inline gLoginMenu items, remove extra ; from footer.
Diffstat (limited to 'themes/default/views')
-rw-r--r--themes/default/views/footer.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
index b5f842b7..830fa003 100644
--- a/themes/default/views/footer.html.php
+++ b/themes/default/views/footer.html.php
@@ -1,5 +1,5 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
-<?= $theme->footer() ?>;
+<?= $theme->footer() ?>
<ul id="gCredits">
<li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li>
<?= $theme->credits() ?>