summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authormichael pereira2011-03-16 16:35:20 +0100
committermichael pereira2011-03-16 16:35:20 +0100
commitb09352fc9ec322ea0ae744077a66fcaf61465ed5 (patch)
treeb9e45999ce4d1eaa08035601bfd8f14f91547d30 /application/Bootstrap.php
parentKCLAppend hinzugefuegt, KCL fertig :-) (diff)
parentClientController geändert, Forms können in FBGui und User nicht benutzt werden (diff)
downloadpbs2-b09352fc9ec322ea0ae744077a66fcaf61465ed5.tar.gz
pbs2-b09352fc9ec322ea0ae744077a66fcaf61465ed5.tar.xz
pbs2-b09352fc9ec322ea0ae744077a66fcaf61465ed5.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index db7b4e0..cfa09f5 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -12,7 +12,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
'basePath' => APPLICATION_PATH,
'resourceTypes' => array(
'form' => array(
- 'path' => 'forms/',
+ 'path' => 'forms',
'namespace' => 'Form',
)
)
@@ -42,7 +42,6 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
$layout = $this->getResource('layout');
$view = $layout->getView();
- # print_a($layout);
$view->doctype('XHTML1_STRICT');
$view->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8');
$view->headLink()->appendStylesheet('/media/css/style.css');