From 6db8b5bbd213693587de6d696e401d5b936b3b80 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 6 Nov 2012 20:39:00 -0800 Subject: All the themes except one are horked anway --- view/theme/redbasic/php/theme.php | 94 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 view/theme/redbasic/php/theme.php (limited to 'view/theme/redbasic/php') diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php new file mode 100644 index 000000000..462fca7ed --- /dev/null +++ b/view/theme/redbasic/php/theme.php @@ -0,0 +1,94 @@ +theme_info = array(); + +function duepuntozero_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} -- cgit v1.2.3