summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/Bootstrap.php
diff options
context:
space:
mode:
authormichael pereira2011-03-22 13:19:22 +0100
committermichael pereira2011-03-22 13:19:22 +0100
commit45cc51e9ac7631621ea3e8cd98097605eb39b922 (patch)
treed38407562fc8244a0a0b276e73307ca6b58bc01c /application/modules/fbgui/Bootstrap.php
parentDownload des BootIsos gefixt (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-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.php9
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');
+ }
}