summaryrefslogtreecommitdiff
path: root/protected/views/verein/index.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-26 19:25:58 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-26 19:25:58 +0200
commit0dd6a984223f2c5607c430e456e0301b349044f4 (patch)
tree2a6bc9a3a4fd5df711aa72377d106e6760a924b1 /protected/views/verein/index.php
parentdac46810d257f91fc85885a3d59cf7aea0d43197 (diff)
Titelzeile anpassen (SEO)
Diffstat (limited to '')
-rw-r--r--protected/views/verein/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php
index bfb20a8..3f3a807 100644
--- a/protected/views/verein/index.php
+++ b/protected/views/verein/index.php
@@ -2,6 +2,7 @@
$this->breadcrumbs=array(
'Vereine',
);
+$this->pageTitle = 'Vereine anzeigen - ' . Yii::app()->name;
/*
$this->menu=array(
array('label' => 'Verein suchen', 'url' => array('search')),