From 98ff85c219068d13aedf50ccba959f9d74ea1db1 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 14 Apr 2011 13:51:47 +0200 Subject: Ticket #208 - Layouts umbenannt, application.ini angepasst --- application/modules/fbgui/layouts/rz.phtml | 99 ++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 application/modules/fbgui/layouts/rz.phtml (limited to 'application/modules') diff --git a/application/modules/fbgui/layouts/rz.phtml b/application/modules/fbgui/layouts/rz.phtml new file mode 100644 index 0000000..6ea324c --- /dev/null +++ b/application/modules/fbgui/layouts/rz.phtml @@ -0,0 +1,99 @@ +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"; +?> + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+ +
+
+
+ getControllerName()) . " > " . ucwords($request->getActionName()); + ?> +
+
+ layout()->content; ?> +
+ + +
+ +
+
+ + + +
+ +
+ + -- cgit v1.2.3-55-g7522