summaryrefslogtreecommitdiff
path: root/protected/views/myVerein/index.php
diff options
context:
space:
mode:
authorastaf <astaf@proxy.ccwn.org.ccwn.org>2014-05-08 14:21:37 +0200
committerastaf <astaf@proxy.ccwn.org.ccwn.org>2014-05-08 14:21:37 +0200
commit4f3fb96a75df63f8d611bcbadcdc6f33f33c8998 (patch)
tree8867c170b90290555f1cd032f34f77e245938638 /protected/views/myVerein/index.php
parenta574c971ad1aa6032dd45dadf953ccbe242d684d (diff)
myVerein views wiederhergestellt.
Diffstat (limited to 'protected/views/myVerein/index.php')
-rw-r--r--protected/views/myVerein/index.php17
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',
+)); ?>