diff options
author | pb1dft <pb1dft@ampache> | 2006-10-15 22:06:37 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-15 22:06:37 +0000 |
commit | 9e915e256086a06ab5ec996d3a153f92c8ae4848 (patch) | |
tree | bbe4c62a10d4ce4caafe947c62f8be9eb1d46864 /contrib/themes/simple_h/theme.cfg.php | |
parent | 3d6a49a218c6d4faf51d486602bd7d9e88c98264 (diff) | |
download | ampache-9e915e256086a06ab5ec996d3a153f92c8ae4848.tar.gz ampache-9e915e256086a06ab5ec996d3a153f92c8ae4848.tar.bz2 ampache-9e915e256086a06ab5ec996d3a153f92c8ae4848.zip |
Theme made compatible with newest version of Ampache
Diffstat (limited to 'contrib/themes/simple_h/theme.cfg.php')
-rw-r--r-- | contrib/themes/simple_h/theme.cfg.php | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/contrib/themes/simple_h/theme.cfg.php b/contrib/themes/simple_h/theme.cfg.php index 608576cb..d1541c05 100644 --- a/contrib/themes/simple_h/theme.cfg.php +++ b/contrib/themes/simple_h/theme.cfg.php @@ -16,7 +16,7 @@ name = "Simple_h" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -author = "Lars Olafsen" +author = "Lars Olafsen modified by Terence Theijn" # Theme Maintainer # This is just a way of listing who is responsible for @@ -25,7 +25,21 @@ author = "Lars Olafsen" # DEFAULT: N/A #maintainer = "Lars Olafsen" larsolafsen@gmail.com -version = "1.0" +# 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" #Image Credits #Please give credit where credit is due |