diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-04-29 14:24:31 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-04-29 14:24:31 +0200 |
| commit | 94bb97f7b574ad8557d568a2ef1288dae3b4e9c8 (patch) | |
| tree | a49f462e854e3f72eaf370d46be8d99d0ae06c13 /protected/controllers/VereinController.php | |
| parent | 148a216bba21cec1cbe07b60b5191791e0016d6f (diff) | |
- Einige Texte ins Deutsche übersetzt
- Linkbeschriftungen vereinheitlicht
Diffstat (limited to 'protected/controllers/VereinController.php')
| -rw-r--r-- | protected/controllers/VereinController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protected/controllers/VereinController.php b/protected/controllers/VereinController.php index aa18245..bf30a04 100644 --- a/protected/controllers/VereinController.php +++ b/protected/controllers/VereinController.php @@ -66,9 +66,11 @@ class VereinController extends Controller } $standorte = Standort::model()->findAll(array("condition"=>"published=1 and type='Stand'")); + $slugs = User::model()->findAll(); $this->render('create',array( 'model'=>$model, - 'standorte'=>$standorte + 'standorte'=>$standorte, + 'slugs'=>$slugs )); } |
