From d759fec27b85c2a886603a43700178fc8ee11a10 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 20 Oct 2014 16:30:15 +0200 Subject: [PATCH] test/layout: new temporary playground for layout --- application/controllers/TestController.php | 12 ++++++++++++ application/views/scripts/test/layout.phtml | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 application/controllers/TestController.php create mode 100644 application/views/scripts/test/layout.phtml diff --git a/application/controllers/TestController.php b/application/controllers/TestController.php new file mode 100644 index 0000000..bf43355 --- /dev/null +++ b/application/controllers/TestController.php @@ -0,0 +1,12 @@ +view->title = 'Testlayout'; + } +} + diff --git a/application/views/scripts/test/layout.phtml b/application/views/scripts/test/layout.phtml new file mode 100644 index 0000000..08b92c0 --- /dev/null +++ b/application/views/scripts/test/layout.phtml @@ -0,0 +1,3 @@ +
+

Testlayout

+