summaryrefslogtreecommitdiffstats
path: root/themes/classic/theme.cfg.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-15 20:44:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-15 20:44:17 +0000
commit883a1d60d3993f606131108d8c5675617d94bc82 (patch)
tree213d9af47987ef68608217acc20bcd2726e9304b /themes/classic/theme.cfg.php
parent43cc00bb87743334aab8743eef056303ec126e1a (diff)
downloadampache-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/classic/theme.cfg.php')
-rw-r--r--themes/classic/theme.cfg.php46
1 files changed, 2 insertions, 44 deletions
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"
-