diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-20 16:58:26 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-20 16:58:26 +0200 |
| commit | 4f959ffc80e64dc9ee8383826a546723d97305d9 (patch) | |
| tree | 3a0704c0e3a9f44746739ccffa0d64acc5ab172d /protected/config/maincfg.php | |
| parent | acec2b5dc35302147f9a9c73d837dce2f3f9958e (diff) | |
| parent | 9aad228e1af661b9b39df83700d27e71697dc66f (diff) | |
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/config/maincfg.php')
| -rw-r--r-- | protected/config/maincfg.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php index 0195b09..c3dd6b3 100644 --- a/protected/config/maincfg.php +++ b/protected/config/maincfg.php @@ -8,6 +8,8 @@ return array( 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', 'name'=>'Vereinsadministration - Altstadtfest Waiblingen', + 'sourceLanguage'=>'en', + 'language'=>'de', // preloading 'log' component 'preload'=>array('log'), @@ -44,6 +46,9 @@ return array( 'session'=>array( 'timeout'=>30, ), + 'simpleImage'=>array( + 'class' => 'application.extensions.SimpleImage.CSimpleImage', + ), // uncomment the following to enable URLs in path-format /*'urlManager'=>array( @@ -99,9 +104,11 @@ return array( 'pos_long'=>9.31750059128, 'map_api_key'=>'ABQIAAAAzwMJRVnIOel5nqTjdUcPrRTSNOUR83EeIVShY4aBvXxHJx0DexSUFNGH3KQhtFhfSNHxkECqL5rQBA', 'map_api_domain'=>'www.astaf.de', - 'start_date'=>'01.07.2012', - 'end_date'=>'03.07.2012', + 'start_date'=>'29.06.2012', + 'end_date'=>'01.07.2012', 'start_time'=>'19:00', 'end_time'=>'23:00', + 'logo_width'=>50, + 'logo_height'=>50, ), );
\ No newline at end of file |
