Hi,

I am just about to get started customising my Omega subtheme. However, I I don't have much D7 now Omega experience.
Quick question: I need extra stuff in (the usual adsense things).
What's the neatest way to do this? Shall I just copy over html.tpl.php?

(I am asking because I was aiming at leaving all templates untouched...)

Thank you!

Merc.

Comments

tinarey’s picture

Hey there,

if it's only Adsense you could just use the Adsense Module.
For everything else Javascript you've got several options: http://drupal.org/node/304255 (also see drupal_add_js() for D7).

Cheers, Tina

mercmobily’s picture

Hi,

Thanks for responding Tina!
What I ended up doing, was a little different.
I added this:

$vars['head'].= <<

...
EOF

To my file:

process/process-html.inc

That did the trick... and it's neat enough!

Merc.

mercmobily’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.