diff options
Diffstat (limited to 'protected/views/veranstaltung/index.php')
| -rw-r--r-- | protected/views/veranstaltung/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php index 56708fc..e8a5ceb 100644 --- a/protected/views/veranstaltung/index.php +++ b/protected/views/veranstaltung/index.php @@ -4,7 +4,8 @@ $this->breadcrumbs=array( ); $this->menu=array( - + array('label'=>'Jetzt auf dem Fest', 'url'=>array('now')), + array('label'=>'Veranstaltung suchen', 'url'=>array('search')), );?> <h3>Veranstaltungen</h3> |
