From 49feb09c98aef8133f7f46a74934bef03b32618e Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 21:25:29 +0100 Subject: Port Comix-plain - also needs some CSS-fu, but works. --- view/theme/comix-plain/php/theme.php | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 view/theme/comix-plain/php/theme.php (limited to 'view/theme/comix-plain/php/theme.php') diff --git a/view/theme/comix-plain/php/theme.php b/view/theme/comix-plain/php/theme.php new file mode 100644 index 000000000..e2f7f4db3 --- /dev/null +++ b/view/theme/comix-plain/php/theme.php @@ -0,0 +1,60 @@ + + */ + + +$a->theme_info = array( + 'extends' => 'duepuntozero', +); + +$a->page['htmlhead'] .= <<< EOT + +EOT; -- cgit v1.2.3