diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-15 20:44:17 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-15 20:44:17 +0000 |
commit | 883a1d60d3993f606131108d8c5675617d94bc82 (patch) | |
tree | 213d9af47987ef68608217acc20bcd2726e9304b /themes | |
parent | 43cc00bb87743334aab8743eef056303ec126e1a (diff) | |
download | ampache-883a1d60d3993f606131108d8c5675617d94bc82.tar.gz ampache-883a1d60d3993f606131108d8c5675617d94bc82.tar.bz2 ampache-883a1d60d3993f606131108d8c5675617d94bc82.zip |
speed up amazon gather and fixed some logic issues, and switched to disks for the download icons
Diffstat (limited to 'themes')
-rw-r--r-- | themes/burgundy/theme.cfg.php | 44 | ||||
-rw-r--r-- | themes/classic/theme.cfg.php | 46 | ||||
-rw-r--r-- | themes/greyblock/theme.cfg.php | 4 |
3 files changed, 5 insertions, 89 deletions
diff --git a/themes/burgundy/theme.cfg.php b/themes/burgundy/theme.cfg.php index c7246a0d..7c37c684 100644 --- a/themes/burgundy/theme.cfg.php +++ b/themes/burgundy/theme.cfg.php @@ -23,7 +23,7 @@ author = "S1amson" # maintaining this theme incase it's not working right # please include an e-mail address so you can be contacted # DEFAULT: N/A -maintainer = "Karl Vollmer" +maintainer = "Spocky" # Version # This is the version of the Theme (usefull if you've updated it) @@ -40,45 +40,3 @@ orientation = "horizontal" # respective pages. If you want to make the menu's something like the classic theme # comment this out # submenu = "simple" - -# Theme Colors -################### -[color] -################### -# Below is a list of the default colors for this theme, upon -# applying this theme the users color preferences will be reset -# to what is listed below... - -# Background Color 1 -bg_color1 = "#320000" - -# Background Color 2 -bg_color2 = "#7A0000" - -# Base Color 1 -base_color1 = "#320000" - -# Base Color 2 -base_color2 = "#9F0000" - -# Font Color 1 -font_color1 = "#222222" - -# Font Color 2 -font_color2 = "#ffffcc" - -# Font Color 3 -font_color3 = "#ffffff" - -# Row Color 1 -row_color1 = "#ffffcc" - -# Row Color 2 -row_color2 = "#9F0000" - -# Row Color 3 -row_color3 = "#7A0000" - -# Error Color -error_color = "#ffffcc" - diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php index 19134e4d..9963bd65 100644 --- a/themes/classic/theme.cfg.php +++ b/themes/classic/theme.cfg.php @@ -16,14 +16,14 @@ name = "Classic Ampache" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -#author = "Ben Shields" +author = "Ros" # Theme Maintainer # This is just a way of listing who is responsible for # maintaining this theme incase it's not working right # please include an e-mail address so you can be contacted # DEFAULT: N/A -#maintainer = "Ben Shields <foo@ampache.org>" +maintainer = "Spocky" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme @@ -36,45 +36,3 @@ orientation = "vertical" # respective pages. If you want to make the menu's something like the classic theme # comment this out #submenu = "simple" - -# Theme Colors -################### -[color] -################### -# Below is a list of the default colors for this theme, upon -# applying this theme the users color preferences will be reset -# to what is listed below... - -# Background Color 1 -bg_color1 = "#ffffff" - -# Background Color 2 -bg_color2 = "#000000" - -# Base Color 1 -base_color1 = "#bbbbbb" - -# Base Color 2 -base_color2 = "#dddddd" - -# Font Color 1 -font_color1 = "#222222" - -# Font Color 2 -font_color2 = "#000000" - -# Font Color 3 -font_color3 = "#ffffff" - -# Row Color 1 -row_color1 = "#cccccc" - -# Row Color 2 -row_color2 = "#bbbbbb" - -# Row Color 3 -row_color3 = "#dddddd" - -# Error Color -error_color = "#990033" - diff --git a/themes/greyblock/theme.cfg.php b/themes/greyblock/theme.cfg.php index 059bec88..31c43599 100644 --- a/themes/greyblock/theme.cfg.php +++ b/themes/greyblock/theme.cfg.php @@ -16,14 +16,14 @@ name = "Greyblock" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -#author = "Ben Shields" +author = "Ben Shields" # Theme Maintainer # This is just a way of listing who is responsible for # maintaining this theme incase it's not working right # please include an e-mail address so you can be contacted # DEFAULT: N/A -#maintainer = "Ben Shields <shieldb@ampache.org>" +maintainer = "Spocky" # Simple Menus submenu = "full" |