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.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php
index 8eed397..c3dd6b3 100644
--- a/protected/config/maincfg.php
+++ b/protected/config/maincfg.php
@@ -46,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(
@@ -105,5 +108,7 @@ return array(
'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