diff options
Diffstat (limited to 'protected/views/verein/index.php')
| -rw-r--r-- | protected/views/verein/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php index 3f3a807..54d31c4 100644 --- a/protected/views/verein/index.php +++ b/protected/views/verein/index.php @@ -13,7 +13,8 @@ $this->menu=array( <h2>Vereine</h2> <?php $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$model->listPublic(), - 'itemView'=>'_short', // refers to the partial view named '_post' + 'itemView'=>'_short', + 'pager'=>array('footer'=>'', 'header'=>''), /*'sortableAttributes'=>array( 'name', /*'create_time'=>'Post Time', |
