-
- {include file="global/header.tpl"}
- {include file="global/navigation.tpl"}
-
-
- {nocache}
- {if is_array($smarty.session.POPUP|default)}
- {section popup $smarty.session.POPUP}
-
- {/section}
+
+ {nocache}
+ {if is_array($smarty.session.POPUP|default)}
+ {section popup $smarty.session.POPUP}
+
+ {/section}
+ {/if}
+ {/nocache}
+ {if $CONTENT != "empty" && $CONTENT != ""}
+ {if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")}
+ {include file="$PAGE/$ACTION/$CONTENT"}
+ {else}
+ Missing template for this page
{/if}
- {/nocache}
- {if $CONTENT != "empty" && $CONTENT != ""}
- {if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")}
- {include file="$PAGE/$ACTION/$CONTENT"}
- {else}
- Missing template for this page
- {/if}
- {/if}
-
-