I am having problem adding the google code to a custom island in 7.2.2 i get the following error
---
Parse error: parse error, unexpected '<' in /var/www/vhosts/realitytvchatter.com/httpdocs/board/cache_builders/custom/portal_box_2.php on line 9
---
I have this in the custom box:
---
/* PHP CODE HERE, IF NECESSARY */
/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF
EOF;
/* DO NOT CHANGE THE LINE ABOVE */
<script type="text/javascript"><!--
google_ad_client = "pub-4694387705191686";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "CCCC66";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
---