blob: 7fc4f944d9030a9f3d7b619afa358cf7f7ceba79 (
plain)
1
2
3
4
5
6
7
|
{if $adSenseActive}
{strip}
{bitmodule title="$moduleTitle" name="adsense"}
{adsense client=$modParams.client format=$modParams.format type=$modParams.type channel=$modParams.channel width=$modParams.width height=$modParams.height cpa=$modParams.cpa}
{/bitmodule}
{/strip}
{/if}
|