summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_home.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-09-27 20:59:27 +0000
committerspocky <spocky@ampache>2007-09-27 20:59:27 +0000
commitcb3ecc7353f0e27563e8cda84848350f09306434 (patch)
tree03cbfdfc5c4aeb362a513c37bb37310bea0dc728 /templates/sidebar_home.inc.php
parentb4de052e938ef72f828be0da6323fad80479a916 (diff)
downloadampache-cb3ecc7353f0e27563e8cda84848350f09306434.tar.gz
ampache-cb3ecc7353f0e27563e8cda84848350f09306434.tar.bz2
ampache-cb3ecc7353f0e27563e8cda84848350f09306434.zip
- Corrected one more sidebar missing tag
- Cleaned up some more css - Corrected a bug preventing us from using themers defined icons (also changed searched path to theme_path/images/icons) - Added ability to further customize album info box - Updated themes
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r--templates/sidebar_home.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php
index a04ffe43..62cf9a37 100644
--- a/templates/sidebar_home.inc.php
+++ b/templates/sidebar_home.inc.php
@@ -13,4 +13,5 @@
<li id="sb_home_random_playlist"><?php echo Ajax::text('?page=random&action=playlist',_('Playlist'),'home_random_playlist'); ?></li>
<li id="sb_home_random_advanced"><a href="<?php echo $web_path; ?>/random.php?action=advanced"><?php echo _('Advanced'); ?></a></li>
</ul>
+ </li>
</ul>