summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/veranstaltung/view.php')
-rw-r--r--protected/views/veranstaltung/view.php4
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')),
);
?>