Quote:
Originally Posted by FReeSTER
Damn that is great. lol How come I didnt thought about this. lol
But I think it can be done from the mod itself. Sometimes we use the blocks ect to add this adsence.
I will be more then please to see if it can be done from Cerberus itself
|
I don't see how this would ever be part of Cerberus itself but you can use this condition in your template to show the google code to every domain but one.
Code:
<vb:if condition="$_SERVER['HTTP_HOST'] != 'www.domainx.com'">
GOOGLE CODE HERE
</vb:if>
Where "domainx.com" is the domain you don't want to show the code on.