diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-26 07:08:38 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-26 07:08:38 +0000 |
commit | 2e0f0a31e59030747921587380a4ca6e49fcae97 (patch) | |
tree | 334434efc7d85ddeca18b576bf77424f84c7453a /contrib/themes | |
parent | 2fd249b3b6815c100b039fdb608b0a7fb427f537 (diff) | |
download | ampache-2e0f0a31e59030747921587380a4ca6e49fcae97.tar.gz ampache-2e0f0a31e59030747921587380a4ca6e49fcae97.tar.bz2 ampache-2e0f0a31e59030747921587380a4ca6e49fcae97.zip |
fixed the author configs for Apexs themes
Diffstat (limited to 'contrib/themes')
-rw-r--r-- | contrib/themes/apex/theme.cfg.php | 4 | ||||
-rw-r--r-- | contrib/themes/aphelion/theme.cfg.php | 4 | ||||
-rw-r--r-- | contrib/themes/apogee/theme.cfg.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/themes/apex/theme.cfg.php b/contrib/themes/apex/theme.cfg.php index 144c03bc..c183e955 100644 --- a/contrib/themes/apex/theme.cfg.php +++ b/contrib/themes/apex/theme.cfg.php @@ -16,14 +16,14 @@ name = "Apex" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -#author = "Apex" +author = "Apex" # 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 = "Brandon Cole <apexeleven@gmail.com>" +maintainer = "Brandon Cole <apexeleven@gmail.com>" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme diff --git a/contrib/themes/aphelion/theme.cfg.php b/contrib/themes/aphelion/theme.cfg.php index b0c0ba8e..6fe91881 100644 --- a/contrib/themes/aphelion/theme.cfg.php +++ b/contrib/themes/aphelion/theme.cfg.php @@ -16,14 +16,14 @@ name = "Aphelion" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -#author = "Apex" +author = "Apex" # 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 = "Brandon Cole <apexeleven@gmail.com>" +maintainer = "Brandon Cole <apexeleven@gmail.com>" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme diff --git a/contrib/themes/apogee/theme.cfg.php b/contrib/themes/apogee/theme.cfg.php index 033969b2..699853b0 100644 --- a/contrib/themes/apogee/theme.cfg.php +++ b/contrib/themes/apogee/theme.cfg.php @@ -16,14 +16,14 @@ name = "Apogee" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -#author = "Apex" +author = "Apex" # 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 = "Brandon Cole <apexeleven@gmail.com>" +maintainer = "Brandon Cole <apexeleven@gmail.com>" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme |