MIT-Mobile-Web
MIT-Mobile-Web copied to clipboard
/people/templates/webkit/detail.html doesn't use phoneHREF for Call Them button
/people/templates/webkit/detail.html has two links for the phone number. In the first it's routing the data to phoneHREF (required if the source data needs padding to be a proper DDI number) e.g.
$item->display('phone', 'telephone', "phoneHREF", 'phone', false); ?>In the call them button however it doesn't:
I've modified our local install of 2.0.0 to be:
but I'm a bit rusty with my PHP. Is that the best solution?