diff --git a/conf/app.php b/conf/app.php index 1c08862..1ac9812 100644 --- a/conf/app.php +++ b/conf/app.php @@ -5,13 +5,13 @@ return array( 'default_timezone' => 'Asia/HonKong', //timezone - //'content_directory' => 'content/', //directory of contents in /www/ + 'content_directory' => 'content/', //directory of contents in /www/ //when it's empty, use layout and views in directory views/ - //'theme' => 'manual', //name of theme which is enabled + 'theme' => 'manual', //name of theme which is enabled //in developing - 'content_directory' => 'dogs/', //directory of contents in /www/ - 'theme' => 'googleimage', //name of theme which is enabled + //'content_directory' => 'dogs/', //directory of contents in /www/ + //'theme' => 'googleimage', //name of theme which is enabled 'default_layout' => 'main', //default layout 'error_layout' => 'error', //exception layout, show error title and content diff --git a/themes/manual/views/layout/main.php b/themes/manual/views/layout/main.php index 94ec6d3..c5a11fd 100644 --- a/themes/manual/views/layout/main.php +++ b/themes/manual/views/layout/main.php @@ -1,14 +1,19 @@ - +