diff --git a/flextype/Pages.php b/flextype/Pages.php index 7abd71ba..ebba9735 100755 --- a/flextype/Pages.php +++ b/flextype/Pages.php @@ -101,7 +101,7 @@ class Pages */ public static function renderPage(array $page) { - View::factory(empty($page['template']) ? 'index' : $page['template']) + View::factory(empty($page['template']) ? 'default' : $page['template']) ->assign('page', $page, true) ->display(); } diff --git a/site/config/site.yml b/site/config/site.yml index 7ebe57a7..1535ddef 100755 --- a/site/config/site.yml +++ b/site/config/site.yml @@ -11,7 +11,7 @@ timezone: UTC date_format: "F d Y H:i:s." charset: UTF-8 -theme: default +theme: simple plugins: - admin