From 9391f6f9052ae16c9789e04a2a96b8aa96adb220 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 6 May 2015 10:53:26 +0200 Subject: allow blocks to have custom classes and add a new template called zen which gives you an empty page to work with --- view/php/zen.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 view/php/zen.php (limited to 'view/php/zen.php') diff --git a/view/php/zen.php b/view/php/zen.php new file mode 100644 index 000000000..6fd11127c --- /dev/null +++ b/view/php/zen.php @@ -0,0 +1,10 @@ + + + + <?php if(x($page,'title')) echo $page['title'] ?> + + + + + + -- cgit v1.2.3