aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_multi_view/is_admin_template.inc.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-06-13 19:52:47 +0000
committermistic100 <mistic@piwigo.org>2014-06-13 19:52:47 +0000
commit715f13b123c799eb5dae73147278a6e67fb1d8ea (patch)
tree607ad8623e60da8101e1ac497b1312de3212e64d /plugins/admin_multi_view/is_admin_template.inc.php
parent7c263a2dd2a6d41187d1664454c68c64dcfd6527 (diff)
remove Multi View from trunk
git-svn-id: http://piwigo.org/svn/trunk@28693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view/is_admin_template.inc.php')
-rw-r--r--plugins/admin_multi_view/is_admin_template.inc.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/admin_multi_view/is_admin_template.inc.php b/plugins/admin_multi_view/is_admin_template.inc.php
deleted file mode 100644
index 722592d9a..000000000
--- a/plugins/admin_multi_view/is_admin_template.inc.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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' );
- }
-}
-?>