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"}