diff options
Diffstat (limited to 'protected/views/verein/create.php')
| -rw-r--r-- | protected/views/verein/create.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/protected/views/verein/create.php b/protected/views/verein/create.php deleted file mode 100644 index 46f088e..0000000 --- a/protected/views/verein/create.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -$this->breadcrumbs=array( - 'Vereine'=>array('index'), - 'Verein erstellen', -); - -$this->menu=array( - array('label'=>'Vereine verwalten', 'url'=>array('index')) -); -?> - -<h1>Verein erstellen</h1> - -<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte,'slugs'=>$slugs)); ?>
\ No newline at end of file |
