diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:21:15 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:21:15 +0200 |
commit | 7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4 (patch) | |
tree | f28c86610cf46b3abc04acd76549129972882f16 /view/theme/quattro/theme.php | |
parent | 138a0e06b88b0c9163ea0bffff8e3521e6c7ee22 (diff) | |
download | volse-hubzilla-7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4.tar.gz volse-hubzilla-7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4.tar.bz2 volse-hubzilla-7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4.zip |
quattro: add admin theme settigs. darker items background with a bottom border.
Diffstat (limited to 'view/theme/quattro/theme.php')
-rw-r--r-- | view/theme/quattro/theme.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php new file mode 100644 index 000000000..de2e5861e --- /dev/null +++ b/view/theme/quattro/theme.php @@ -0,0 +1,11 @@ +<?php +/** + * Name: Quattro + * 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(); + + |