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/standort/view.php | |
| parent | dac46810d257f91fc85885a3d59cf7aea0d43197 (diff) | |
Titelzeile anpassen (SEO)
Diffstat (limited to 'protected/views/standort/view.php')
| -rw-r--r-- | protected/views/standort/view.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/standort/view.php b/protected/views/standort/view.php index df5a235..098f397 100644 --- a/protected/views/standort/view.php +++ b/protected/views/standort/view.php @@ -1,9 +1,9 @@ <?php $this->breadcrumbs=array( - 'Speis & Trank'=>array('index'), + 'Standort'=>array('index'), $model->name, ); - +$this->pageTitle = $model->name . ' - ' . Yii::app()->name; $this->menu=array( array('label'=>'Standorte', 'url'=>array('index')), |
