From e931af830701fdacc64e2cc014aa0057dc91e093 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 2 Mar 2014 15:47:01 -0800 Subject: first cut at choklet template --- view/php/choklet.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 view/php/choklet.php (limited to 'view/php/choklet.php') diff --git a/view/php/choklet.php b/view/php/choklet.php new file mode 100644 index 000000000..31b0b124c --- /dev/null +++ b/view/php/choklet.php @@ -0,0 +1,23 @@ + + + + <?php if(x($page,'title')) echo $page['title'] ?> + + + + +
+ +
+ +
+ +
+
+ +
+
+
+ + + -- cgit v1.2.3 From 895c9411d9393776f2ae4846935e42c31fde41af Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 2 Mar 2014 16:46:34 -0800 Subject: add choklet template with several defined flavours, two and three column fluid layouts with optional side margins and a region for a blog-style header photo --- view/php/choklet.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/php/choklet.php') diff --git a/view/php/choklet.php b/view/php/choklet.php index 31b0b124c..fcfaf7804 100644 --- a/view/php/choklet.php +++ b/view/php/choklet.php @@ -7,7 +7,8 @@
- +
+
-- cgit v1.2.3