From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/theme/slackr/php | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 view/theme/slackr/php (limited to 'view/theme/slackr/php') diff --git a/view/theme/slackr/php b/view/theme/slackr/php new file mode 100644 index 000000000..7e03886df --- /dev/null +++ b/view/theme/slackr/php @@ -0,0 +1,98 @@ +theme_info = array( + 'extends' => 'duepuntozero', +); + +function slackr_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} \ No newline at end of file -- cgit v1.2.3