add module active check for optout code, destroy shop layout, if module is deactivated

This commit is contained in:
Daniel Seifert 2014-10-16 10:26:23 +00:00
parent 568de84f80
commit 45cf7549c9
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
[{$smarty.block.parent}]
[{if $oD3GASettings->getValue('blD3GAUseOptOut')}]
[{d3modcfgcheck modid="d3_googleanalytics"}]
[{/d3modcfgcheck}]
[{if $mod_d3_googleanalytics && $oD3GASettings->getValue('blD3GAUseOptOut')}]
<div id="d3GAOptOut">
<a href="javascript:gaOptout();">[{oxmultilang ident="D3_GOOGLEANALYTICS_OPTOUT"}]</a>
[{assign var='sGaId' value=$oD3GASettings->getValue('sD3GAId')}]