benefits: Don't allow non-members to access benefits page.
[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 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
23 element=$dashboardElements.CiviMember }
24
25 <div>
26 <div class="header-dark">Referral Code</div>
27 <p>Referral code image goes here</p>
28 </div>
29
30 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
31 element=$dashboardElements.CiviContribute }