By SuperSachin on
I don't want to override whole template.php file. I just want to override single function of template.php file.
I've asked it here also: http://drupal.stackexchange.com/q/161/153 but unable to get to-the-point answer. Read it from link if you're planning to answer in generalized way. I'm interested to add/alter THEME_html_head_alter() function (but not limited to it).
Comments
Looking for an answer
I just ran into this same situation. I am having trouble creating a simple banner rotation and was looking into how I can add the jquery script I need to the head of the page so that I can just enable it manually... the project is launching and I have to find a solution asap..
Doc: Creating a sub-theme
This page goes over template.php function inheritance
http://drupal.org/node/225125
--
Read more at iRolo.net