diff options
author | pb1dft <pb1dft@ampache> | 2006-10-14 14:35:35 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-14 14:35:35 +0000 |
commit | ac77cbcf4665d50bb5e7bfdc1f2c3c7e004957eb (patch) | |
tree | 90e85d83d213f4fe47d10466342b2e152c0fa300 /contrib/themes/dark/theme.cfg.php | |
parent | 43ae1b4dd754e7dc48b14264d56422bc161d4594 (diff) | |
download | ampache-ac77cbcf4665d50bb5e7bfdc1f2c3c7e004957eb.tar.gz ampache-ac77cbcf4665d50bb5e7bfdc1f2c3c7e004957eb.tar.bz2 ampache-ac77cbcf4665d50bb5e7bfdc1f2c3c7e004957eb.zip |
Theme made compatible with newest version of Ampache
Diffstat (limited to 'contrib/themes/dark/theme.cfg.php')
-rw-r--r-- | contrib/themes/dark/theme.cfg.php | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/contrib/themes/dark/theme.cfg.php b/contrib/themes/dark/theme.cfg.php index 47a4cbf1..2c18465e 100644 --- a/contrib/themes/dark/theme.cfg.php +++ b/contrib/themes/dark/theme.cfg.php @@ -16,7 +16,7 @@ name = "Dark" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -author = "Nedko Arnaudov" +author = "Nedko Arnaudov modified by Terence Theijn" # Theme Maintainer # This is just a way of listing who is responsible for @@ -28,7 +28,19 @@ maintainer = "Nedko Arnaudov <nedko@users.sourceforge.net>" # Version # This is the revision for this theme, It's up to the maintainer # or author to decide how they want to format this -version = "1.2" +version = "1.3" + +# 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 ################### |