diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-25 09:13:44 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-25 09:13:44 +0200 |
| commit | 9bdc1d98f91181375a6c077052db3c702a27c294 (patch) | |
| tree | 192e01303b6f883375aeb6048c83a7ad1af326fa /protected/views/veranstaltung/view.php | |
| parent | 73cbf16f510930747aae963a863570c277332187 (diff) | |
2012 Inhalte für die Datenbank, anzeige erstmal auf cms reduziert
Diffstat (limited to '')
| -rw-r--r-- | protected/views/veranstaltung/view.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/view.php b/protected/views/veranstaltung/view.php index 55dbff8..e942aee 100644 --- a/protected/views/veranstaltung/view.php +++ b/protected/views/veranstaltung/view.php @@ -5,7 +5,9 @@ $this->breadcrumbs=array( ); $this->menu=array( - array('label'=>'Veranstaltungen', 'url'=>array('index')), + array('label'=>'Alle Veranstaltungen', 'url'=>array('index')), + array('label'=>'Jetzt auf dem Fest', 'url'=>array('now')), + array('label'=>'Veranstaltung suchen', 'url'=>array('search')), ); ?> |
