source: trunk/plugins/admin_multi_view/is_admin_template.inc.php @ 15855

Last change on this file since 15855 was 15805, checked in by mistic100, 12 years ago

none function was working

File size: 266 bytes
Line 
1<?php
2if (! defined('MULTIVIEW_CONTROLLER') )
3{
4  if (pwg_get_session_var( 'purge_template', 0 ))
5  {
6    global $template;
7    $template->delete_compiled_templates();
8    FileCombiner::clear_combined_files();
9    pwg_unset_session_var( 'purge_template' );
10  }
11}
12?>
Note: See TracBrowser for help on using the repository browser.