diff options
| author | michael pereira | 2011-03-22 13:19:22 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-22 13:19:22 +0100 |
| commit | 45cc51e9ac7631621ea3e8cd98097605eb39b922 (patch) | |
| tree | d38407562fc8244a0a0b276e73307ca6b58bc01c /application/modules/fbgui/Bootstrap.php | |
| parent | Download des BootIsos gefixt (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-45cc51e9ac7631621ea3e8cd98097605eb39b922.tar.gz pbs2-45cc51e9ac7631621ea3e8cd98097605eb39b922.tar.xz pbs2-45cc51e9ac7631621ea3e8cd98097605eb39b922.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/fbgui/Bootstrap.php')
| -rw-r--r-- | application/modules/fbgui/Bootstrap.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/application/modules/fbgui/Bootstrap.php b/application/modules/fbgui/Bootstrap.php index 7ddaf6b..1a66a79 100644 --- a/application/modules/fbgui/Bootstrap.php +++ b/application/modules/fbgui/Bootstrap.php @@ -1,5 +1,12 @@ <?php class fbgui_Bootstrap extends Zend_Application_Module_Bootstrap { - + function _initViewHelpers() + { + $this->bootstrap('layout'); + + $layout = $this->getResource('layout'); + $view = $layout->getView(); + $view->headLink()->appendStylesheet('/media/css/fbgui.css'); + } } |
