aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/easterbunny/php/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-05 21:38:08 -0700
committerfriendica <info@friendica.com>2012-08-05 21:38:08 -0700
commit4f645992100a9c2a9877548b37cf4f78b4c6a160 (patch)
tree0d56b0cb68b3a7ecbf33625e5efd1770d825f7df /view/theme/easterbunny/php/theme.php
parentdcbc0c0c9516adf616023615871439b4015fa686 (diff)
parent0c06cc61888404a4b05e8fb3df26d0a623ed42e5 (diff)
downloadvolse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.tar.gz
volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.tar.bz2
volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.zip
Merge pull request #1 from beardy-unixer/master
Port the easily portable themes.
Diffstat (limited to 'view/theme/easterbunny/php/theme.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',
+);