From fb57be5a5af3a2fb46b2dbf2b503ffe78eb5cf49 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 21 Oct 2012 18:47:57 +0200 Subject: First commit --- app/layout/aside.phtml | 35 +++++++++++++++++++++++++++++++++++ app/layout/layout.phtml | 17 +++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 app/layout/aside.phtml create mode 100644 app/layout/layout.phtml (limited to 'app/layout') diff --git a/app/layout/aside.phtml b/app/layout/aside.phtml new file mode 100644 index 000000000..6e2e4965d --- /dev/null +++ b/app/layout/aside.phtml @@ -0,0 +1,35 @@ +
+
+ + +
+ + +
+ + +
+ +
+ diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml new file mode 100644 index 000000000..ad798c369 --- /dev/null +++ b/app/layout/layout.phtml @@ -0,0 +1,17 @@ + + + + + + + + +
+ partial ('aside'); ?> + +
+ render (); ?> +
+
+ + -- cgit v1.2.3