1
Can someone tell me how to use my theme's colours in Google AdSense?
The script uses javascript, I would like to use XOOPS smarty variables from a theme's css to automatically change the colours:
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "F0F0F0";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
Thanks in advance.
- Sid