1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/plugins/admin_multi_view/is_admin_template.inc.php
2014-07-06 13:21:10 +02:00

12 lines
266 B
PHP

<?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' );
}
}
?>