diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 19:25:58 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 19:25:58 +0200 |
| commit | 0dd6a984223f2c5607c430e456e0301b349044f4 (patch) | |
| tree | 2a6bc9a3a4fd5df711aa72377d106e6760a924b1 /protected/views/veranstaltung | |
| parent | dac46810d257f91fc85885a3d59cf7aea0d43197 (diff) | |
Titelzeile anpassen (SEO)
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')), |
