From a61ac769a084c655f5f01daeae23d7a9a8b33b61 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 15 Dec 2012 11:25:52 +0100 Subject: [PATCH] vier: Expanding and collapsing now works --- view/theme/vier/theme.php | 98 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 7dd3797ef2..97199723ea 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -6,4 +6,100 @@ * Author: Ike * Maintainer: Ike */ - + +$a->theme_info = array(); + +function vier_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +}