diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/themes/Green-Marble/theme.cfg.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/themes/Green-Marble/theme.cfg.php b/contrib/themes/Green-Marble/theme.cfg.php index 27ea5891..a2d0e5a9 100644 --- a/contrib/themes/Green-Marble/theme.cfg.php +++ b/contrib/themes/Green-Marble/theme.cfg.php @@ -25,4 +25,20 @@ author = "XGizzmo" # DEFAULT: N/A maintainer = "XGizzmo irc.freenode.net #ampache" +# 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.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 = "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" |