summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui/Bootstrap.php')
-rw-r--r--application/modules/fbgui/Bootstrap.php20
1 files changed, 9 insertions, 11 deletions
diff --git a/application/modules/fbgui/Bootstrap.php b/application/modules/fbgui/Bootstrap.php
index 60e2a7b..75c3df3 100644
--- a/application/modules/fbgui/Bootstrap.php
+++ b/application/modules/fbgui/Bootstrap.php
@@ -1,4 +1,4 @@
-<?php
+<? php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
@@ -9,14 +9,12 @@
*
* General information about OpenSLX can be found at http://openslx.org/
*/
-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');
- }
+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');
+ }
}