summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authormichael pereira2011-03-15 14:22:01 +0100
committermichael pereira2011-03-15 14:22:01 +0100
commitbf811ebbc847595281d1d01c2d7d217abb43a58c (patch)
tree04d6fee4c9f41d26a66b199e8ee1e385f5a5b154 /application/Bootstrap.php
parentRessource gelöscht (diff)
downloadpbs2-bf811ebbc847595281d1d01c2d7d217abb43a58c.tar.gz
pbs2-bf811ebbc847595281d1d01c2d7d217abb43a58c.tar.xz
pbs2-bf811ebbc847595281d1d01c2d7d217abb43a58c.zip
Ressource Ausgabe angepasst
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index f9ee092..8d672bf 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -31,7 +31,9 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
}
function _initViewHelpers()
{
+
$this->bootstrap('layout');
+
$layout = $this->getResource('layout');
$view = $layout->getView();