diff options
author | friendica <info@friendica.com> | 2012-03-26 14:55:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-26 14:55:35 -0700 |
commit | 70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df (patch) | |
tree | 9e69a6c1f7fda621681fbc45240fa67642d2e8ea /view/theme/quattro-green/theme.php | |
parent | 7a1d044b21a5518b3a626c2db38e5e2ae3ffba65 (diff) | |
parent | cc3617e28626cd5d3b5ecf64764e328589de7584 (diff) | |
download | volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.gz volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.bz2 volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/quattro-green/theme.php')
-rw-r--r-- | view/theme/quattro-green/theme.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/quattro-green/theme.php b/view/theme/quattro-green/theme.php new file mode 100644 index 000000000..7a0a869f8 --- /dev/null +++ b/view/theme/quattro-green/theme.php @@ -0,0 +1,11 @@ +<?php +/* + * Name: quattro-green + * Version: 1.0 + * Author: Fabio Communi <fabrix.xm@gmail.com> + * Maintainer: Tobias Diekershoff + */ +$a->theme_info = array( + 'extends' => 'quattro', +); +EOT; |