diff options
Diffstat (limited to 'protected/views/search/results.php')
| -rw-r--r-- | protected/views/search/results.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/views/search/results.php b/protected/views/search/results.php index b2af731..fa28297 100644 --- a/protected/views/search/results.php +++ b/protected/views/search/results.php @@ -13,6 +13,7 @@ $this->pageTitle = 'Suchergebnisse für ' .CHtml::encode($search). ' - ' . Yii:: <?php $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$dataProvider, + 'pager'=>array('footer'=>'', 'header'=>''), 'itemView'=>'/'.lcfirst($mod).'/_short', // refers to the partial view named '_post' ));?> |
