From db7af7f8e368b843840759150e7fcca825663a44 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 15 Mar 2011 13:57:21 +0100 Subject: Eigene Layouts in jedem Module hinzugefügt --- application/modules/dev/Bootstrap.php | 2 +- application/modules/dev/layouts/dev.phtml | 98 +++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 application/modules/dev/layouts/dev.phtml (limited to 'application/modules/dev') diff --git a/application/modules/dev/Bootstrap.php b/application/modules/dev/Bootstrap.php index 7fc413c..24c7aa9 100644 --- a/application/modules/dev/Bootstrap.php +++ b/application/modules/dev/Bootstrap.php @@ -1,5 +1,5 @@ doctype(); ?> + + + + +getRequest(); +$this->headTitle()->append(ucwords($request->getControllerName())); +$this->headTitle()->append(ucwords($request->getActionName())); +echo $this->headTitle()."\n"; +echo $this->headMeta()."\n"; +echo $this->headStyle()."\n"; +echo $this->headLink()."\n"; +echo $this->headScript()."\n"; +?> + + + + + + +
+ +
+

dev

+ + +
+
+
+
+ +
+
+
+ getControllerName()) . " > " . ucwords($request->getActionName()); + ?> +
+
+ layout()->content; ?> +
+
+ + +
+
+ + + +
+ +
+ + -- cgit v1.2.3-55-g7522