Error 500 - No Access
Using Jamroom
500 error is an "Internal Server Error". somethings not configured correctly. The issue will be found in your servers error logs.
function myModule_some_function(){
do stuff
}
function smarty_function_myModule_do_something($params, $smarty)
{
// call the other php function here
myModule_some_function();
}