opened) or !$piwishack->opened ) { echo ' '; exit(); } // +-----------------------------------------------------------------------+ // | template initialization | // +-----------------------------------------------------------------------+ $title = 'PiwiShack'; $page['body_id'] = 'thePiwiShackControllerPage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); load_language('plugin.lang', piwishack_PATH); $template->assign( array( 'PLUGIN_NAME' => $piwishack->plugin_name )); $template->set_filename('controller', $piwishack->plugin_path.'template/controller.tpl'); // +-----------------------------------------------------------------------+ // | html code display | // +-----------------------------------------------------------------------+ $template->parse('controller'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>