diff options
Diffstat (limited to 'protected/views/veranstaltung')
| -rw-r--r-- | protected/views/veranstaltung/index.php | 1 | ||||
| -rw-r--r-- | protected/views/veranstaltung/now.php | 2 | ||||
| -rw-r--r-- | protected/views/veranstaltung/view.php | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php index 89c3894..c7e1145 100644 --- a/protected/views/veranstaltung/index.php +++ b/protected/views/veranstaltung/index.php @@ -2,6 +2,7 @@ $this->breadcrumbs=array( 'Veranstaltungen', ); +$this->pageTitle = 'Veranstaltungen - ' . Yii::app()->name; $this->menu=array( array('label'=>'Jetzt auf dem Fest', 'url'=>array('now')), diff --git a/protected/views/veranstaltung/now.php b/protected/views/veranstaltung/now.php index 24354f2..c9cf1c3 100644 --- a/protected/views/veranstaltung/now.php +++ b/protected/views/veranstaltung/now.php @@ -2,7 +2,7 @@ $this->breadcrumbs=array( 'Veranstaltungen'=>array('index'),'Jetzt' ); - +$this->pageTitle = 'Jetzt auf dem Fest - ' . Yii::app()->name; $this->menu=array( array('label'=>'Alle Veranstaltungen', 'url'=>array('index')), 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')), |
