diff options
| author | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2014-05-08 14:21:37 +0200 |
|---|---|---|
| committer | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2014-05-08 14:21:37 +0200 |
| commit | 4f3fb96a75df63f8d611bcbadcdc6f33f33c8998 (patch) | |
| tree | 8867c170b90290555f1cd032f34f77e245938638 /protected/views/myVerein/index.php | |
| parent | a574c971ad1aa6032dd45dadf953ccbe242d684d (diff) | |
myVerein views wiederhergestellt.
Diffstat (limited to 'protected/views/myVerein/index.php')
| -rw-r--r-- | protected/views/myVerein/index.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/protected/views/myVerein/index.php b/protected/views/myVerein/index.php new file mode 100644 index 0000000..640dfa1 --- /dev/null +++ b/protected/views/myVerein/index.php @@ -0,0 +1,17 @@ +<?php +$this->breadcrumbs=array( + 'Vereins', +); + +$this->menu=array( + array('label'=>'Create Verein', 'url'=>array('create')), + array('label'=>'Manage Verein', 'url'=>array('admin')), +); +?> + +<h1>Vereins</h1> + +<?php $this->widget('zii.widgets.CListView', array( + 'dataProvider'=>$dataProvider, + 'itemView'=>'_view', +)); ?> |
