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