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/fbgui/layouts/fbgui.phtml | 99 +++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 application/modules/fbgui/layouts/fbgui.phtml (limited to 'application/modules/fbgui') diff --git a/application/modules/fbgui/layouts/fbgui.phtml b/application/modules/fbgui/layouts/fbgui.phtml new file mode 100644 index 0000000..1f10683 --- /dev/null +++ b/application/modules/fbgui/layouts/fbgui.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