From: Michael Vogel Date: Sat, 15 Dec 2012 10:25:52 +0000 (+0100) Subject: vier: Expanding and collapsing now works X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a61ac769a084c655f5f01daeae23d7a9a8b33b61;p=friendica.git vier: Expanding and collapsing now works --- 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; +}