Closed (fixed)
Project:
Omega
Version:
7.x-3.0-rc5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 07:35 UTC
Updated:
28 Dec 2011 at 04:40 UTC
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
Comment #1
tinarey commentedHey 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
Comment #2
mercmobily commentedHi,
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.
Comment #3
mercmobily commented