]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkness/theme.php
Adds theme info file to define 'parent' theme from where load tpl files
[friendica.git] / view / theme / darkness / theme.php
diff --git a/view/theme/darkness/theme.php b/view/theme/darkness/theme.php
new file mode 100644 (file)
index 0000000..47b43cf
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+$a->theme_info = array(
+  'extends' => 'loozah',
+);