diff options
Diffstat (limited to '')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -334,6 +334,7 @@ if (!empty($page['cat_slideshow_url'])) include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_index'); include(PHPWG_ROOT_PATH.'include/page_messages.php'); +$template->parse_index_buttons(); $template->pparse('index'); //------------------------------------------------------------ log informations pwg_log(); |