source:
trunk/plugins/admin_multi_view/is_admin_template.inc.php
@
21860
Last change on this file since 21860 was 15805, checked in by , 12 years ago | |
---|---|
File size: 266 bytes |
Line | |
---|---|
1 | <?php |
2 | if (! 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.