summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-18 19:06:41 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-18 19:06:41 +0200
commit6ee1ed2be48a7f3d739aed838f17a30f485851d1 (patch)
treef567697018a850beeb9966b5405e0e0b5e3989b3 /protected/config
parentfeb2fe055435e7ecdc657cacee2aaf7dc339dbc9 (diff)
yaml4 added
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index 32a7021..ca66538 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -7,7 +7,8 @@
// CWebApplication properties can be configured here.
return array(
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
- 'name'=>'My Web Application',
+ 'name'=>'Waiblinger Altstadtfest 2012',
+ 'theme' => 'astaf',
// preloading 'log' component
'preload'=>array('log'),