summaryrefslogtreecommitdiff
path: root/protected/views/search/results.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/search/results.php
parentdac46810d257f91fc85885a3d59cf7aea0d43197 (diff)
Titelzeile anpassen (SEO)
Diffstat (limited to 'protected/views/search/results.php')
-rw-r--r--protected/views/search/results.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/protected/views/search/results.php b/protected/views/search/results.php
index e72cc51..b2af731 100644
--- a/protected/views/search/results.php
+++ b/protected/views/search/results.php
@@ -2,7 +2,9 @@
$this->breadcrumbs=array(
'Search'=>array('/search'),
'Results',
-);?>
+);
+$this->pageTitle = 'Suchergebnisse für ' .CHtml::encode($search). ' - ' . Yii::app()->name;
+?>
<h3>Suchergebnisse für "<?php echo CHtml::encode($search) ?>"</h3>
<?php foreach ($results as $mod => $res) {?>
<?php $dataProvider = new CArrayDataProvider($res);