From 83767be80c29e3d3ca99f4a7d2eaab97f8256d1b Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 11 Jan 2012 15:22:32 +0100 Subject: remove unused stuff --- application/modules/dev/layouts/dev.phtml | 99 ------------------------------- 1 file changed, 99 deletions(-) delete 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 deleted file mode 100644 index 944c617..0000000 --- a/application/modules/dev/layouts/dev.phtml +++ /dev/null @@ -1,99 +0,0 @@ -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