function profile_view_agTask_pending($_profile,$_post,$_user,$_conf)
{
return jrCore_parse_template('pending.tpl',$_profile,'agTask');
}
updated by @blindmime: 05/02/15 12:54:43PM
function profile_view_agTask_pending($_profile,$_post,$_user,$_conf)
{
return jrCore_parse_template('pending.tpl',$_profile,'agTask');
}
function profile_view_agTask_pending($_profile,$_post,$_user,$_conf) {
return 'hello world';
}
function profile_view_agTask_default($_profile,$_post,$_user,$_conf) {
return 'THIS IS THE DEFAULT OUTPUT';
}