Hi guys,
I have made some custom changes(added few functions) in the node_images module. But I want to keep the changes separately, don't want to change the core node_images module. The code works if I keep the custom functions in the template.php file. But I don't know if this is the correct way. I think template.php file should only contain the theme functions. So is there a better way to implement this??

Seeking for help

Comments

nevets’s picture

Why not make a new module that depends on the node image module. You could place your new funtions in the new module and off you go.