aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/greenzero/theme.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-27 09:32:20 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-27 09:32:20 +0200
commite9638b69801cee3e74a97825f9af3749c9322c53 (patch)
tree513fc95f31e86975fda302e40c2883f4e8f0cd44 /view/theme/greenzero/theme.php
parent939449602a58838f81045c9a0e9a205c8fa9e6bd (diff)
downloadvolse-hubzilla-e9638b69801cee3e74a97825f9af3749c9322c53.tar.gz
volse-hubzilla-e9638b69801cee3e74a97825f9af3749c9322c53.tar.bz2
volse-hubzilla-e9638b69801cee3e74a97825f9af3749c9322c53.zip
Adds theme info file to define 'parent' theme from where load tpl files
Diffstat (limited to 'view/theme/greenzero/theme.php')
-rw-r--r--view/theme/greenzero/theme.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php
new file mode 100644
index 000000000..338f40cbf
--- /dev/null
+++ b/view/theme/greenzero/theme.php
@@ -0,0 +1,4 @@
+<?php
+$a->theme_info = array(
+ 'extends' => 'duepuntozero',
+);