summaryrefslogtreecommitdiff
path: root/protected/views/verein/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/verein/update.php')
-rw-r--r--protected/views/verein/update.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/protected/views/verein/update.php b/protected/views/verein/update.php
index 2ce51a8..5230605 100644
--- a/protected/views/verein/update.php
+++ b/protected/views/verein/update.php
@@ -1,8 +1,7 @@
<?php
$this->breadcrumbs=array(
'Vereine'=>array('index'),
- $model->name=>array('view','id'=>$model->id),
- 'Bearbeiten',
+ '"'.$model->name.'" bearbeiten',
);
$this->menu=array(
@@ -14,4 +13,4 @@ $this->menu=array(
<h1>Verein '<?php echo $model->name; ?>' bearbeiten</h1>
-<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte)); ?> \ No newline at end of file
+<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte,'slugs'=>$slugs)); ?> \ No newline at end of file