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/index.php | |
| parent | 3b42a2c428cf9faac8656c72b338f0115e7b6bdf (diff) | |
- Speis & Trank (Vereine) Layout korrigiert
- Schreibfehler in Main-Layout korrigiert
Diffstat (limited to 'protected/views/myAngebot/index.php')
| -rw-r--r-- | protected/views/myAngebot/index.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/protected/views/myAngebot/index.php b/protected/views/myAngebot/index.php index 0c7fc43..1210040 100644 --- a/protected/views/myAngebot/index.php +++ b/protected/views/myAngebot/index.php @@ -1,10 +1,14 @@ <?php $this->breadcrumbs=array( - 'Speis & Trank', -);?> + 'Unsere Angebote', +); +$this->menu=array( + array('label'=>'Kulinarisches Angebot erstellen', 'url'=>array('create')), +); +?> -<h1>Meine Angebote</h1> +<h1>Unsere Angebote</h1> <?php $this->renderPartial('/common/_comparison_text'); ?> |
