aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/easterbunny/php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-08-06 04:21:41 +0100
committerThomas Willingham <founder@kakste.com>2012-08-06 04:21:41 +0100
commitd907544d20300edc2e8e0ce4b5f28f8a208728b8 (patch)
treeb805baf3fc010f72a8e58fc8ba8d873de4fd057d /view/theme/easterbunny/php
parent456ca1f3e19d705eb232801d82c5c94965657fb5 (diff)
downloadvolse-hubzilla-d907544d20300edc2e8e0ce4b5f28f8a208728b8.tar.gz
volse-hubzilla-d907544d20300edc2e8e0ce4b5f28f8a208728b8.tar.bz2
volse-hubzilla-d907544d20300edc2e8e0ce4b5f28f8a208728b8.zip
Port Easterbunny
Diffstat (limited to 'view/theme/easterbunny/php')
-rw-r--r--view/theme/easterbunny/php/theme.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/easterbunny/php/theme.php b/view/theme/easterbunny/php/theme.php
new file mode 100644
index 000000000..338f40cbf
--- /dev/null
+++ b/view/theme/easterbunny/php/theme.php
@@ -0,0 +1,4 @@
+<?php
+$a->theme_info = array(
+ 'extends' => 'duepuntozero',
+);