diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-21 02:03:21 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-21 02:03:21 +0000 |
commit | d4189d947da202062dfc9cd030ebb85e44683d4a (patch) | |
tree | 600e9b825da7dfcddb2d4ae2bf4328573f0c44b3 /themes | |
parent | 9d761b4a667ec29f4d4642068ef7808cf1057ab3 (diff) |
Fix the admin credits, too
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/footer.html.php | 3 |
1 files changed, 1 insertions, 2 deletions
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 ?> |