From: Gabriel Dunne Date: Fri, 6 Jan 2012 11:53:42 +0000 (-0800) Subject: updated config and model X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=b96d1d34f95820b3c81abfeca37473652989f067;p=plog.git updated config and model --- diff --git a/content/code/config b/content/code/config index c7fa76b..5a219d6 100644 --- a/content/code/config +++ b/content/code/config @@ -1 +1 @@ -template = archive +template = linked-archive diff --git a/lib/model.php b/lib/model.php index d4f4991..6cc7c86 100644 --- a/lib/model.php +++ b/lib/model.php @@ -63,7 +63,7 @@ class Model # if page (file in PAGES dir) else if ($this->is_page()) { - $this->page = get_page( $this->page_request ); + $this->page = get_page( $this->page_request ); $this->template = isset($this->page['config']['template']) ? $this->page['config']['template'] . '.' . $this->response_format . '.tpl' : 'page.' . $this->response_format . '.tpl';