Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {* file to extend *}
- {extends file="parent:frontend/index/index.tpl"}
- {* set our namespace *}
- {namespace name="frontend/AtsdCustomerOrigin"}
- {* append our javascript *}
- {block name='frontend_index_header_javascript_jquery' prepend}
- {* our plugin configuration *}
- <script type="text/javascript">
- var atsdCustomerOriginConfiguration = {
- 'modalWidth': parseInt( "{s name="PopupWidth"}500{/s}" ),
- 'modalTitle': "{s name="PopupHeader"}Bitte wΓ€hlen Sie Ihr Land aus{/s}",
- 'modalContent': {"{include file="frontend/atsd_customer_origin/modal.tpl"}"|json_encode},
- 'status': {if $atsdCustomerOriginStatus == true}true{else}false{/if},
- 'selectionMode': {$atsdCustomerOriginSelectionMode}
- };
- </script>
- {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement