CTXMedia
Well-known member
I'm currently displaying banner ads to guests across the whole site - but the width is just a big too big on the forum homepage because of the sidebar.
How would I adjust this code in ad_above_top_breadcrumb to display a different advert for the home page only?:
Thanks,
Shaun
How would I adjust this code in ad_above_top_breadcrumb to display a different advert for the home page only?:
Code:
<xen:hook name="ad_above_top_breadcrumb" />
<xen:if is="!{$visitor.user_id}">
<div align="center" style="padding: 20px 0 5px 0; font-size: small; color: #000;">
<script type="text/javascript">
Google ad code
</script>
</div>
</xen:if>
Thanks,
Shaun