aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_multi_view/is_admin_template.inc.php
blob: 722592d9afd695fdfb65b63a81ccce02468d5f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
if (! defined('MULTIVIEW_CONTROLLER') )
{
  if (pwg_get_session_var( 'purge_template', 0 ))
  {
    global $template;
    $template->delete_compiled_templates();
    FileCombiner::clear_combined_files();
    pwg_unset_session_var( 'purge_template' );
  }
}
?>