summaryrefslogtreecommitdiff
path: root/protected/views/verein/index.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:29:42 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:29:42 +0200
commit839a8e73b87dcdd5c19a3ef3039967b7b2800e6c (patch)
treee87657e2e87619740adc9eb2d470393308e97277 /protected/views/verein/index.php
parent6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (diff)
Fehler in config zurück
Diffstat (limited to 'protected/views/verein/index.php')
-rw-r--r--protected/views/verein/index.php3
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',