diff options
author | friendica <info@friendica.com> | 2012-04-13 06:02:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 06:02:18 -0700 |
commit | 11ba88b6d21a40c302d21646dfa9366bb393931d (patch) | |
tree | feddc7956054f7966e2f4ebd4231df20e9e31fee /view/theme/quattro/theme.php | |
parent | df1904b204a969780609cac64bbb1a03a8dd3fcb (diff) | |
parent | f6e1ddf7fbcc122f5122336650e1cfaa71aed8e3 (diff) | |
download | volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.gz volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.bz2 volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.zip |
Merge pull request #230 from fabrixxm/master
some work, mainly on quattro
Diffstat (limited to 'view/theme/quattro/theme.php')
-rw-r--r-- | view/theme/quattro/theme.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php new file mode 100644 index 000000000..0a13c2035 --- /dev/null +++ b/view/theme/quattro/theme.php @@ -0,0 +1,12 @@ +<?php +/** + * Name: Quattro + * Version: 0.5 + * Author: Fabio <http://kirgroup.com/profile/fabrixxm> + * Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm> + * Maintainer: Tobias <https://diekershoff.homeunix.net/friendika/profile/tobias> + */ + + $a->theme_info = array(); + + |