+
+
+
+
+ pbs2
+Rechenzentrum Universität Freiburg
+
+ getControllerName()) . " > " . ucwords($request->getActionName());
+ ?>
+
+
+ layout()->content; ?>
+
+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/layouts/dev.phtml | 98 +++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 application/modules/dev/layouts/dev.phtml (limited to 'application/modules/dev/layouts/dev.phtml') diff --git a/application/modules/dev/layouts/dev.phtml b/application/modules/dev/layouts/dev.phtml new file mode 100644 index 0000000..f48b9ad --- /dev/null +++ b/application/modules/dev/layouts/dev.phtml @@ -0,0 +1,98 @@ +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"; +?> + + + + + + +
+
+