Jump to content

Google AdSense


Guest

Recommended Posts

this should apply to all skins

open skins/*yourchosenskin*/styleTemplates/global/index.tpl

you can also do it in cart.tpl (but you dont want people exiting your site via google adwords during checkout now do you :innocent:

find (it may look slightly different, but will start with the pagesurround div)

<div id="pageSurround">

	<div id="topHeader">

  <div>{SEARCH_FORM}</div>

  <div>{SESSION}</div>

	</div>

<div>




change to




<div id="pageSurround">

	<div align="center">

  [insert google code here]

	</div>

	<div id="topHeader">

  <div>{SEARCH_FORM}</div>

  <div>{SESSION}</div>

	</div>

<div>

dont forget to add you google adsense code in place of [insert google code here]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...