Alex73 Posted May 29, 2014 Share Posted May 29, 2014 (edited) How to call a function of module in the template. for example: class myModuleName extends Module ... public static function myFunction() { return true; } ... How can I register a class/object module in a smarty or how to register function? Edited May 29, 2014 by Alex73 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 29, 2014 Share Posted May 29, 2014 where you want to call this function? in module theme file? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now