diff options
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'); ?> |
