summaryrefslogtreecommitdiff
path: root/protected/views/myVerein/index.php
blob: 640dfa194fc13c7d72648335030d705981fdfb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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',
)); ?>