diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-26 14:48:01 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-26 14:48:01 +0200 |
commit | 37f10a6d4fd2f8f5858f3222269bd6f48031962f (patch) | |
tree | 8e4a8afc0dba6c523d1e87ce900729436a832aa9 /view/theme/quattro-green/theme.php | |
parent | 8ded404aaa0d2e89457635d0b67cf9888443d55c (diff) | |
download | volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.gz volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.bz2 volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.zip |
marking quattro-green as extension of quattro and deleting the tpl files
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; |