diff options
Diffstat (limited to 'protected/views/veranstaltung/view.php')
| -rw-r--r-- | protected/views/veranstaltung/view.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/views/veranstaltung/view.php b/protected/views/veranstaltung/view.php index edf3ca2..2547f4f 100644 --- a/protected/views/veranstaltung/view.php +++ b/protected/views/veranstaltung/view.php @@ -3,6 +3,7 @@ $this->breadcrumbs=array( 'Veranstaltungen'=>array('index'), $model->titel, ); +$this->pageTitle = $model->titel . ' - ' . Yii::app()->name; $this->menu=array( array('label'=>'Alle Veranstaltungen', 'url'=>array('index')), |
