append('add_module', array( 'MODULE' => $module['type'], 'NAME' => $module['name'], 'DESC' => $module['description']) ); } $template->assign('SCRIPT', ''); $template->set_filename('plugin_admin_content', dirname(__FILE__) . '/template/new.tpl'); $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content'); ?>