From a3b348ff76a133966173db3cc7a741f342ac5c63 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 8 Jan 2006 00:52:15 +0000 Subject: new stoneblue theme --- contrib/themes/StoneBlue/screencap/01.jpg | Bin 169222 -> 98268 bytes contrib/themes/StoneBlue/templates/style.inc | 653 ++++++++++++++------------- contrib/themes/StoneBlue/theme.cfg.php | 18 +- 3 files changed, 359 insertions(+), 312 deletions(-) (limited to 'contrib/themes') diff --git a/contrib/themes/StoneBlue/screencap/01.jpg b/contrib/themes/StoneBlue/screencap/01.jpg index 49eacf88..a2e6ea1a 100755 Binary files a/contrib/themes/StoneBlue/screencap/01.jpg and b/contrib/themes/StoneBlue/screencap/01.jpg differ diff --git a/contrib/themes/StoneBlue/templates/style.inc b/contrib/themes/StoneBlue/templates/style.inc index b8d214ee..0a35b7a6 100755 --- a/contrib/themes/StoneBlue/templates/style.inc +++ b/contrib/themes/StoneBlue/templates/style.inc @@ -1,310 +1,343 @@ - - + + + + + diff --git a/contrib/themes/StoneBlue/theme.cfg.php b/contrib/themes/StoneBlue/theme.cfg.php index 3fab20d7..e72df14a 100755 --- a/contrib/themes/StoneBlue/theme.cfg.php +++ b/contrib/themes/StoneBlue/theme.cfg.php @@ -3,7 +3,7 @@ ################## ########################### -# Classic Ampache Theme +# StoneBlue Ampache Theme ########################### # Theme Name @@ -25,7 +25,21 @@ author = "SoundOfEmotion" # DEFAULT: N/A maintainer = "SoundOfEmotion " -version = "1.0" +# Version +# This is the version of the Theme (usefull if you've updated it) +version = "2.0" + +# Orientation +# This was added as of 3.3.2-Alpha4, this tells Ampache if this theme +# uses vertical or horizontal orientation of the menu, if this is a horizontal +# theme then it will not show the quick search and quick random play forms +orientation = "horizontal" + +# Submenu +# If this is set to simple the sub menu's will only be shown when you're on one of the +# respective pages. If you want to make the menu's something like the classic theme +# comment this out +#submenu = "simple" # Theme Colors ################### -- cgit