From cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 7 Nov 2012 14:09:51 -0800 Subject: allow theme selection --- view/theme/redbasic/php/theme.php | 93 +-------------------------------------- 1 file changed, 2 insertions(+), 91 deletions(-) (limited to 'view/theme/redbasic/php/theme.php') diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 462fca7ed..19e3db35f 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -1,94 +1,5 @@ theme_info = array(); -function duepuntozero_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; +function redbasic_init(&$a) { + head_add_js('redbasic.js'); } -- cgit v1.2.3