From 89028f2e2ff50aeb6747eecd6c2c8b5ed213b077 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 Mar 2012 13:55:37 -0700 Subject: add comix-plain --- view/theme/comix-plain/theme.php | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 view/theme/comix-plain/theme.php (limited to 'view/theme/comix-plain/theme.php') diff --git a/view/theme/comix-plain/theme.php b/view/theme/comix-plain/theme.php new file mode 100755 index 000000000..be3180dc9 --- /dev/null +++ b/view/theme/comix-plain/theme.php @@ -0,0 +1,60 @@ + + */ + + +$a->theme_info = array( + 'extends' => 'duepuntozero', +); + +$a->page['htmlhead'] .= <<< EOT + +EOT; -- cgit v1.2.3