adibranch Posted September 3, 2012 Share Posted September 3, 2012 Hi all, i'v created a new module no problem, and placed it in the hook. Displays fine. However, what i dont know is where to put the custom PHP which the module will use? Anyone got any pointers? Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2012 Share Posted September 3, 2012 You must know something about object oriented programing, MVC model and SMARTY. Your PHP code must be in controler (.php files) or if you want you can add it in smarty template (.tpl) file using {php}{/php} Link to comment Share on other sites More sharing options...
Recommended Posts