Closed (fixed)
Project:
litejazz
Version:
7.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 14:53 UTC
Updated:
24 Mar 2013 at 17:58 UTC
Hello,
I am using your litejazz theme for a website. I need to add the following modifications:
- adding some special meta tags to the <head>...</head> area
- adding a small javascript code before the </body> tag
The other themes I used had a html.tpl.php template file where I could add this information. This seems to be missing in your theme (or I can not find it).
Where can I make these changes in your theme?
Comments
Comment #1
kisugiai commentedYes thats right.
I have nomore html.tpl.php because i have moved all calculations in the template.php
so i don't need the html.tpl anymore.
If you want have it back copy the html.tpl.php from the core system module to litejazz templates folder then clear cache
and you have a html.tpl.php
or you look for a preprocess_hook for the meta tags / $page_bottom variable
greetings
Comment #2
kisugiai commented