diff options
| author | michael pereira | 2011-03-15 14:22:01 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-15 14:22:01 +0100 |
| commit | bf811ebbc847595281d1d01c2d7d217abb43a58c (patch) | |
| tree | 04d6fee4c9f41d26a66b199e8ee1e385f5a5b154 /application/Bootstrap.php | |
| parent | Ressource gelöscht (diff) | |
| download | pbs2-bf811ebbc847595281d1d01c2d7d217abb43a58c.tar.gz pbs2-bf811ebbc847595281d1d01c2d7d217abb43a58c.tar.xz pbs2-bf811ebbc847595281d1d01c2d7d217abb43a58c.zip | |
Ressource Ausgabe angepasst
Diffstat (limited to 'application/Bootstrap.php')
| -rw-r--r-- | application/Bootstrap.php | 2 |
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(); |
