Quote:
A little off track here but when the new template is released next month will the cookie popup on V4.5.1 still show, or is this something we'll have to fit into your coding.........Thanks Dean
|
Yes it will, for anyone else wanting that module, it's easy to integrate... (v4.5.1 users)
skin/ability/customer/home.tpl
Just add this code after the opening <body> tag...
Code:
{if $active_modules.EU_Cookie_Law}
{include file="modules/EU_Cookie_Law/info_panel.tpl"}
{/if}