diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 06:38:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 06:38:47 +0000 |
commit | e1113fa54352ee57b8b2287f1a2e3b2a6896932e (patch) | |
tree | 870d1fa598f40bb992c4b132fe7890905655d0b7 /templates/sidebar.inc.php | |
parent | 4cf2e859ee0b0b69f7df5db6728d08bb4652f621 (diff) | |
download | ampache-e1113fa54352ee57b8b2287f1a2e3b2a6896932e.tar.gz ampache-e1113fa54352ee57b8b2287f1a2e3b2a6896932e.tar.bz2 ampache-e1113fa54352ee57b8b2287f1a2e3b2a6896932e.zip |
tweaked the style removing some unneeded mojo and javascripted the catalog build
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 0564ca04..2d245212 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -40,7 +40,6 @@ $browse_items[] = array('title'=>_("Lists"),'url'=>'browse.php','active'=>$locat $web_path = conf('web_path'); ?> -<!-- <div id="navcontainer"> --> <!--sigger: appears this div is not neccesary and duplicates #sidebar --> <ul id="navlist"> <li<?php if ($location['page'] == "index.php"){ @@ -182,5 +181,3 @@ $web_path = conf('web_path'); <li><a href="<?php echo $web_path; ?>/logout.php"><?php echo _("Logout"); ?></a></li> <?php } // end (conf('use_auth'))?> </ul> - -<!-- </div> --> |