summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorSimon2011-03-15 13:57:21 +0100
committerSimon2011-03-15 13:57:21 +0100
commitdb7af7f8e368b843840759150e7fcca825663a44 (patch)
treef9f9b88261c895fb849f9f367d032b536e3f6667 /application/controllers
parentlinks korrigiert, dev ist nun lauffähig (diff)
downloadpbs2-db7af7f8e368b843840759150e7fcca825663a44.tar.gz
pbs2-db7af7f8e368b843840759150e7fcca825663a44.tar.xz
pbs2-db7af7f8e368b843840759150e7fcca825663a44.zip
Eigene Layouts in jedem Module hinzugefügt
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/IndexController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php
index df2f91c..0523e4b 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -11,6 +11,7 @@ class IndexController extends Zend_Controller_Action
public function indexAction()
{
// action body
+ echo 'test';
}