summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b511b8c..995f7e9 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@
$template_data = join('', file('templates/' . $template));
- $data = $pages->Get($page);
+ $data = $pages->Get($page, 'c');
echo Subst($template_data, array('title' => $config['title'] . $data['title'],
'stylesheet' => 'styles/' . $style . '/style.css',