diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-27 00:18:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-27 00:18:59 +0000 |
commit | 6b0b77f12b6873204bfd73a250621115b1f539a0 (patch) | |
tree | 36aa24da3e984a3b38e0f1f11fc4a8a2ffdd1973 /themes/burgundy | |
parent | 380a8615ae97295f650699e8ecdf478e54f75d74 (diff) | |
download | ampache-6b0b77f12b6873204bfd73a250621115b1f539a0.tar.gz ampache-6b0b77f12b6873204bfd73a250621115b1f539a0.tar.bz2 ampache-6b0b77f12b6873204bfd73a250621115b1f539a0.zip |
new coolness from sigger
Diffstat (limited to 'themes/burgundy')
-rw-r--r-- | themes/burgundy/theme.cfg.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/themes/burgundy/theme.cfg.php b/themes/burgundy/theme.cfg.php index 725527f4..bf93db81 100644 --- a/themes/burgundy/theme.cfg.php +++ b/themes/burgundy/theme.cfg.php @@ -23,10 +23,24 @@ 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 = "Ben Shields <foo@ampache.org>" +maintainer = "Karl Vollmer" +# Version +# This is the version of the Theme (usefull if you've updated it) +version = "1.1" + +# 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 ################### [color] |