Add info page boilerplate.
[org.fsf.memberdashboard.git] / templates / CRM / Memberdashboard / Page / MemberDashboard.tpl
1 {*
2 FSF Member Dashboard
3 Copyright © 2014 Free Software Foundation, Inc.
4
5 This file is a part of FSF Member Dashboard.
6
7 FSF Member Dashboard is free software: you can redistribute it
8 and/or modify it under the terms of the GNU Affero General Public
9 License as published by the Free Software Foundation, either version
10 3 of the License, or (at your option) any later version.
11
12 FSF Member Dashboard is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with FSF Member Dashboard. If not, see
19 <http://www.gnu.org/licenses/>.
20 *}
21
22 <ul>
23 <li>
24 <a href="{crmURL p='civicrm/member-dashboard/communications'}">
25 Go to Communications
26 </a>
27 </li>
28 <li>
29 <a href="{crmURL p='civicrm/member-dashboard/info'}">
30 Go to Info
31 </a>
32 </li>
33 </ul>
34
35 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
36 element=$dashboardElements.CiviMember }
37
38 <div>
39 <div class="header-dark">Referral Code</div>
40 <p>Referral code image goes here</p>
41 </div>
42
43 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
44 element=$dashboardElements.CiviContribute }