delete_compiled_templates(); FileCombiner::clear_combined_files(); pwg_unset_session_var( 'purge_template' ); } } add_event_handler('loc_end_page_header', 'multiview_loc_end_page_header'); function multiview_loc_end_page_header() { global $template; $my_root_url = get_root_url().'plugins/'. basename(dirname(__FILE__)).'/'; $js = ''; $template->append( 'head_elements', $js ); } ?>