Audio Daily Download Limit
Using Jamroom
I think Michael pasted the wrong link. Try this one -
https://www.jamroom.net/the-jamroom-network/networkmarket/113/profile-daily-limits
function view_myModuleTest_mypage($_post, $_user, $_conf)
{
$_tmp = array();
// Do whatever needs to be done to build the template smarty parameters into the $_tmp array
// parse the template
return jrCore_parse_template("mypage.tpl", $_tmp, 'myModuleTest');
}