From 010d4071ada9cf1bd1b709b6f8c83b9006c66d37 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Wed, 16 Jul 2014 18:09:46 +0000 Subject: Introducing page template Redable (sic). A template for making it easier to read long texts on a wide range of devices. Using rem and em for font sizes and region widths. Regions: aside, content, right_aside and footer. Advised to only use the middle content region as much as possible (but left and right can be used for indexes if you like). Based on the default template. Maybe later I will add some alternative css's. --- view/php/redable.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 view/php/redable.php (limited to 'view/php/redable.php') diff --git a/view/php/redable.php b/view/php/redable.php new file mode 100644 index 000000000..dfa99ccb3 --- /dev/null +++ b/view/php/redable.php @@ -0,0 +1,23 @@ + + + + <?php if(x($page,'title')) echo $page['title'] ?> + + + + +
+ +
+ +
+
+ +
+
+
+ +
+ + + -- cgit v1.2.3