summaryrefslogtreecommitdiff
path: root/protected/views/speisTrank/create.php
blob: b2d72bd338a2241844bf9b4e1b68e91180c4f0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$this->breadcrumbs=array(
	'Speis & Trank'=>array('index'),
	'Kulinarisches Angebot erstellen',
);

$this->menu=array(
	array('label'=>'Speis & Trank', 'url'=>array('index')),
);
?>

<h1>Kulinarisches Angebot erstellen</h1>

<?php echo $this->renderPartial('_form', array('model'=>$model, 'kategorien'=>$kategorien));/*, 'einheiten'=>$einheiten));*/ ?>