summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/now.php
blob: ca5e5dc6f554f783092f17656e78337bbedfcaba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$this->breadcrumbs=array(
	'Veranstaltungen'=>array('index'),'Jetzt'
);

$this->menu=array(
	array('label'=>'Veranstaltung erstellen', 'url'=>array('create')),
);?>

<h3>Veranstaltungen heute um <?php echo date("H:i");?></h3>


<?php $this->widget('zii.widgets.grid.CGridView', array(
	'id'=>'veranstaltung-grid',
	'dataProvider'=>$model->now()
	
	
)); ?>