From 6232e0f8d78c2555e64672341c54916cc0e8b3ed Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 28 Sep 2006 03:18:50 +0000 Subject: flatened out greyblock theme per a request --- templates/show_artist.inc | 6 +++--- templates/sidebar.inc.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/show_artist.inc b/templates/show_artist.inc index 64e00a5a..d6d4f17f 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -29,7 +29,7 @@ $web_path = conf('web_path');
- +
@@ -65,7 +65,7 @@ foreach ($albums as $album) { @@ -77,4 +77,4 @@ foreach ($albums as $album) { - + diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index d47e2711..9b4ce0d5 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -64,12 +64,12 @@ $web_path = conf('web_path'); }?>> \n"; } else { - if ($location['section'] == 'admin') { + if ($location['section'] == 'admin' || $GLOBALS['theme']['submenu'] == 'full') { echo "\t\n"; show_submenu($admin_items); } @@ -91,12 +91,12 @@ $web_path = conf('web_path'); }?>> \n"; } else { - if ($location['section'] == 'browse') { + if ($location['section'] == 'browse' || $GLOBALS['theme']['submenu'] == 'full') { echo "\t\n"; show_submenu($browse_items); } -- cgit
- | + |