diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-05-18 12:05:47 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-05-18 12:05:47 +0200 |
| commit | fdca87325b4f7708a1868419f391fc6a84da1661 (patch) | |
| tree | 7f0bf6cbcc71c8d3dc6ccc04671304bc9f43c770 /protected/views/myAngebot/create.php | |
| parent | 3b42a2c428cf9faac8656c72b338f0115e7b6bdf (diff) | |
- Speis & Trank (Vereine) Layout korrigiert
- Schreibfehler in Main-Layout korrigiert
Diffstat (limited to 'protected/views/myAngebot/create.php')
| -rw-r--r-- | protected/views/myAngebot/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/myAngebot/create.php b/protected/views/myAngebot/create.php index edddd41..41afb85 100644 --- a/protected/views/myAngebot/create.php +++ b/protected/views/myAngebot/create.php @@ -11,4 +11,4 @@ $this->menu=array( <h1>Kulinarisches Angebot erstellen</h1> -<?php echo $this->renderPartial('_form', array('model'=>$model, 'angebote'=>$angebote)); ?>
\ No newline at end of file +<?php echo $this->renderPartial('_form', array('model'=>$model, 'angebote'=>$angebote, 'einheiten'=>$einheiten)); ?>
\ No newline at end of file |
