summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/now.php
blob: 8eb8c645f46629e632cda162a3480b9c8bff129c (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(
	
);?>

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


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