diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-08 19:16:01 -0800 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-08 19:16:01 -0800 |
commit | 92ab98f8d8903afbfd8b4db066d1353e29f70498 (patch) | |
tree | 41ee8157048d3b16e9c8794702cce0a8de6e498f /view/theme | |
parent | ab900eb59e7886cf98a56981caccaa06b2cbd97b (diff) | |
parent | 722f631d153cda58ed68f772a39e823bec9b9676 (diff) | |
download | volse-hubzilla-92ab98f8d8903afbfd8b4db066d1353e29f70498.tar.gz volse-hubzilla-92ab98f8d8903afbfd8b4db066d1353e29f70498.tar.bz2 volse-hubzilla-92ab98f8d8903afbfd8b4db066d1353e29f70498.zip |
Merge pull request #111 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/diabook-blue/theme.php | 8 | ||||
-rw-r--r-- | view/theme/diabook/theme.php | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php new file mode 100755 index 000000000..4bfbaef7f --- /dev/null +++ b/view/theme/diabook-blue/theme.php @@ -0,0 +1,8 @@ +<?php + +/* + * Name: Diabook-blue + * Description: feel free to report bugs here: http://pad.toktan.org/p/diabook or contact me: thomas_bierey@friendica.eu + * Version: + * Author: + */
\ No newline at end of file diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php new file mode 100644 index 000000000..af85bec56 --- /dev/null +++ b/view/theme/diabook/theme.php @@ -0,0 +1,6 @@ +/* + * Name: Diabook + * Description: feel free to report bugs here: http://pad.toktan.org/p/diabook or contact me: thomas_bierey@friendica.eu + * Version: + * Author: + */ |