diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-06 10:21:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-06 10:21:56 +0000 |
commit | c449c7a71d5424f3968ecf8873f2588d1bce77af (patch) | |
tree | b86b6a97392c7b13048d54f829c2bb799cc57480 /contrib/themes/simple_matrix | |
parent | 1c83a2ee37937c626e6e12fa7cccc045c68820ff (diff) | |
download | ampache-c449c7a71d5424f3968ecf8873f2588d1bce77af.tar.gz ampache-c449c7a71d5424f3968ecf8873f2588d1bce77af.tar.bz2 ampache-c449c7a71d5424f3968ecf8873f2588d1bce77af.zip |
new apex theme
Diffstat (limited to 'contrib/themes/simple_matrix')
-rw-r--r-- | contrib/themes/simple_matrix/README.txt | 12 | ||||
-rw-r--r-- | contrib/themes/simple_matrix/images/ampache.gif | bin | 11265 -> 17989 bytes | |||
-rw-r--r-- | contrib/themes/simple_matrix/theme.cfg.php | 19 |
3 files changed, 12 insertions, 19 deletions
diff --git a/contrib/themes/simple_matrix/README.txt b/contrib/themes/simple_matrix/README.txt index 935866da..68c1ad4f 100644 --- a/contrib/themes/simple_matrix/README.txt +++ b/contrib/themes/simple_matrix/README.txt @@ -1,7 +1,14 @@ Simple Matrix theme for Ampache v1.1 - README.txt
+Note: The previous version of this theme contained several errors. This was
+due to a communication error between the Ampache website maintainers and me.
+This is the fixed version which should include all neccesary files.
+
Changelog
---------
+v1.2
+- Fixed background.jpg not being inside the Simple_Matrix theme (so it was
+ not found on other servers except for my own)
v1.1
- Added better logo (without my name in it)
@@ -12,7 +19,6 @@ v1.0 Contact
-------
-http://marno.homelinux.com/
marno.vandermolen@gmail.com
Info
@@ -26,10 +32,10 @@ Installation ------------
Just like all other themes, with the exception of the logo; I've included
the PSD file for it so you can easily fill in your own name / title in
-PhotoShop. Then save it as 'ampache.gif' in the images folder (overwriting
+Photoshop. Then save it as 'ampache.gif' in the images folder (overwriting
the old one). The default image reads a generic 'Ampache, for the love of
music' so there's no need to change it if you don't have photoshop / don't
want to. If you use this theme then please inform me, any comments are
welcome too!
-Greets, Marno
\ No newline at end of file +Greets, Marno diff --git a/contrib/themes/simple_matrix/images/ampache.gif b/contrib/themes/simple_matrix/images/ampache.gif Binary files differindex 046b7883..6419df2a 100644 --- a/contrib/themes/simple_matrix/images/ampache.gif +++ b/contrib/themes/simple_matrix/images/ampache.gif diff --git a/contrib/themes/simple_matrix/theme.cfg.php b/contrib/themes/simple_matrix/theme.cfg.php index 3de2c153..7910410a 100644 --- a/contrib/themes/simple_matrix/theme.cfg.php +++ b/contrib/themes/simple_matrix/theme.cfg.php @@ -16,33 +16,20 @@ name = "Simple Matrix" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -author = "Marno van der Molen modified by Terence Theijn" +author = "Marno van der Molen" #FULL CREDIT goes to Nedko Arnaudov for supplying the base for this theme. -#Updated by Terence Theijn (pb1dft) to let it work in the new style version of ampache # Theme Maintainer # This is just a way of listing who is responsible for # maintaining this theme incase it's not working right # please include an e-mail address so you can be contacted # DEFAULT: N/A -maintainer = "Marno van der Molen <marno.vandermolen@gmail.com> modifications by Terence Theijn <terence.theijn@gmail.com>" +maintainer = "Marno van der Molen <marno.vandermolen@gmail.com>" # 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.4" - -# 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" +version = "1.2" # Theme Colors ################### |