diff options
| author | ccwn <tzur@ccwn.org> | 2012-04-15 17:03:33 +0200 |
|---|---|---|
| committer | ccwn <tzur@ccwn.org> | 2012-04-15 17:03:33 +0200 |
| commit | 6b415d25fd106d42ada013bff376e9bcd5d07f8b (patch) | |
| tree | 1effe7dfb46a9c471653e107ebc11631dfee156f /protected/views/speisTrank/create.php | |
| parent | 155f251b1c4f5681c5c7085254bc468acb1060c9 (diff) | |
Speis & Trank hinzugefügt
Diffstat (limited to 'protected/views/speisTrank/create.php')
| -rw-r--r-- | protected/views/speisTrank/create.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protected/views/speisTrank/create.php b/protected/views/speisTrank/create.php new file mode 100644 index 0000000..2bb32c3 --- /dev/null +++ b/protected/views/speisTrank/create.php @@ -0,0 +1,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)); ?>
\ No newline at end of file |
