Yes, Dolphin uses the term template in more than one way. I am not talking about the site appearance template, the tmpl_Template-Name thingy but the template files used to lay out various bits of Dophin, such as _header.html, _footer.html, album_unit.html, etc.. Those are also template files, correct?
Let's look at the Contact Info PFBlock that appears on the profile view page since that is the one I want to start with. Now, that block has a table, two columns; left side with the name of the field, the right column holding the content of the field. Now somewhere in Dolphin there is code that says, I want that PFBlock to be a table. I will admit that I have much to learn about Dolphin.
Now, the main point of me learning is that I want to add the mailto around the email address making it so a member can click it and open up their local email client. Now I think I see where it reads in all the profile data from the database for a particular member ID but I don't know where or how it is building the PFBlock in the Profile View for the Contact Info Block. I am trying to figure how where would be the best approach for wrapping the email address in a mailto link.
I think I often approach things from too complex of a view but hopefully as I blunder along I can improve my understanding of Dolphin.