From 57eed58a475a7ee10480b5dbb662b5930f0597c2 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 14 Jan 2014 13:26:58 +0100 Subject: [PATCH] [FIX] Caching issues for popups --- public/templates/mpos/master.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/templates/mpos/master.tpl b/public/templates/mpos/master.tpl index bd352d06..c20a966b 100644 --- a/public/templates/mpos/master.tpl +++ b/public/templates/mpos/master.tpl @@ -47,11 +47,13 @@ {include file="global/navigation.tpl"}
+ {nocache} {if is_array($smarty.session.POPUP|default)} {section popup $smarty.session.POPUP} -

{$smarty.session.POPUP[popup].CONTENT}

+

{$smarty.session.POPUP[popup].CONTENT nofilter}

{/section} {/if} + {/nocache} {if $CONTENT != "empty" && $CONTENT != ""} {if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")} {include file="$PAGE/$ACTION/$CONTENT"}