Where does the phone number in Third Parties get printed from in the Code (societe/card.php)?

Hello everyone,
I am trying to make a small change to how phone numbers of Third Parties are shown, but I cannot find the place in the code that prints the phone number. Can anybody tell me where it is located? (easiest would just be the line of code then I can search the file for it)
Thank you in Advance

This one?
print ‘<td’.($conf->browser->layout == ‘phone’ ? ’ colspan=“3”’: ‘’).’>’.img_picto(’’, ‘object_phoning’).’ ';

I figured it out, the phone is printed from a function in /core/lib/functions.lib.php in the function “dol_print_phone”