Display CiviMember and CiviContribute dashboard elements.
[org.fsf.memberdashboard.git] / templates / CRM / Memberdashboard / Page / MemberDashboard.tpl
1 <h3>This is your home now</h3>
2
3 <p>Your display name is {$contact->display_name}</p>
4 <p>Your contact ID is #{$contact->id}</p>
5
6 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
7 element=$dashboardElements.CiviMember }
8
9 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
10 element=$dashboardElements.CiviContribute }