diff options
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php index 89547a020..f186b43b2 100644 --- a/category.php +++ b/category.php @@ -332,6 +332,6 @@ if ( isset ( $page['cat'] ) ) pwg_log( 'category', $page['title'] ); mysql_close(); -$template->pparse('category'); +$template->parse('category'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |