diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 04:57:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 04:57:19 +0000 |
commit | 2bb59dfa45f008846305c62962616bd3fff3884d (patch) | |
tree | ea27d68aac0318246c3a857924c736e96fdeb4a3 /themes/classic/theme.cfg.php | |
parent | a3b348ff76a133966173db3cc7a741f342ac5c63 (diff) | |
download | ampache-2bb59dfa45f008846305c62962616bd3fff3884d.tar.gz ampache-2bb59dfa45f008846305c62962616bd3fff3884d.tar.bz2 ampache-2bb59dfa45f008846305c62962616bd3fff3884d.zip |
tweaks from sigger
Diffstat (limited to 'themes/classic/theme.cfg.php')
-rw-r--r-- | themes/classic/theme.cfg.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php index 123f99d7..3597c20e 100644 --- a/themes/classic/theme.cfg.php +++ b/themes/classic/theme.cfg.php @@ -25,6 +25,18 @@ name = "Classic Ampache" # DEFAULT: N/A #maintainer = "Ben Shields <foo@ampache.org>" +# 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 = "vertical" + +# 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] |