5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
|
<apex:page standardController="Contact">
|
||
|
|
||
|
<apex:sectionHeader title="{!contact.firstname}" subtitle="{!contact.account.name}"/>
|
||
|
|
||
|
</apex:page>
|