summaryrefslogtreecommitdiff
path: root/protected/views/standort
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/standort')
-rw-r--r--protected/views/standort/index.php1
-rw-r--r--protected/views/standort/view.php4
2 files changed, 3 insertions, 2 deletions
diff --git a/protected/views/standort/index.php b/protected/views/standort/index.php
index eabd7a6..f5eda10 100644
--- a/protected/views/standort/index.php
+++ b/protected/views/standort/index.php
@@ -2,6 +2,7 @@
$this->breadcrumbs=array(
'Standorte'
);
+$this->pageTitle = 'Standorte - ' . Yii::app()->name;
$this->menu=array(
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')),