summaryrefslogtreecommitdiff
path: root/protected/config/maincfg.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/config/maincfg.php')
-rw-r--r--protected/config/maincfg.php11
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