{* A toolbar displayed in forms, to display language change flags, submit and close buttons. Parameters: - hide_flags: true / false. If true, the flags will not be visible - hide_submit_buttons: true / false. If true, only the close button will be deplayed. - show_currencies: true/false. If true, show the currency selection bar - page_url: the current page URL. Dafault id $current_url. Used to switchedition anguage. - close_url: no default. URL displayed when close button is clicked. If empty, the close button is not displayed. *}
{if $hide_flags != true} {/if}
{if $show_currencies == true}
{loop name="currency_list" type="currency"} {$SYMBOL} {/loop}
{/if}
{if $hide_submit_buttons != true} {/if} {if ! empty($close_url)} {intl l='Close'} {/if}