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