summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
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'),