summaryrefslogtreecommitdiff
path: root/protected/components/Controller.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-05-08 14:36:06 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-05-08 14:36:06 +0200
commit1605cc08545606471973f6be130afca015bb35fe (patch)
tree0e145401b8c09e55b27ad60f28798ca6c2aa2f17 /protected/components/Controller.php
parent94a8598fa257e8838e7761e0b003677c0bb908d2 (diff)
Ausblenden von alten Veranstaltungen und alte Dinge
Diffstat (limited to 'protected/components/Controller.php')
-rw-r--r--protected/components/Controller.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/protected/components/Controller.php b/protected/components/Controller.php
index 4d27862..c364e50 100644
--- a/protected/components/Controller.php
+++ b/protected/components/Controller.php
@@ -20,4 +20,6 @@ class Controller extends CController
* for more details on how to specify this property.
*/
public $breadcrumbs=array();
+
+ public $astafAdditionalStyle ="";
} \ No newline at end of file