From 58ef27635a50694b00a88c9b78bc54c243ad2c4e Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 03:41:30 +0100 Subject: Port darkzero --- view/theme/darkzero/php/theme.php | 99 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 view/theme/darkzero/php/theme.php (limited to 'view/theme/darkzero/php') diff --git a/view/theme/darkzero/php/theme.php b/view/theme/darkzero/php/theme.php new file mode 100644 index 000000000..e6b469bff --- /dev/null +++ b/view/theme/darkzero/php/theme.php @@ -0,0 +1,99 @@ + + * Maintainer: Fabio Communi + * Maintainer: Mike Macgirvin + */ + +$a->theme_info = array( + 'extends' => 'duepuntozero', +); + +function darkzero_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} \ No newline at end of file -- cgit v1.2.3