Custom functions
checkerboard - October 23, 2007 - 01:56
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

Why not make a new module?
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.