Remove temporary testing links.
authorDavid Thompson <davet@gnu.org>
Wed, 5 Nov 2014 23:08:57 +0000 (18:08 -0500)
committerDavid Thompson <davet@gnu.org>
Wed, 5 Nov 2014 23:08:57 +0000 (18:08 -0500)
* templates/CRM/Memberdashboard/Page/MemberDashboard.tpl: Remove links
  to other dashboard pages.

templates/CRM/Memberdashboard/Page/MemberDashboard.tpl

index 28f56d21fb6fd3eb9955bede0d1c315262f5b6f1..c3f76d3c87a17f3329aa37f23bf2fad74eafe438 100644 (file)
   <http://www.gnu.org/licenses/>.
 *}
 
-<ul>
-  <li>
-    <a href="{crmURL p='civicrm/member-dashboard/communications'}">
-      Go to Communications
-    </a>
-  </li>
-  <li>
-    <a href="{crmURL p='civicrm/member-dashboard/info'}">
-      Go to Info
-    </a>
-  </li>
-  <li>
-    <a href="{crmURL p='civicrm/member-dashboard/benefits'}">
-      Go to Benefits
-    </a>
-  </li>
-</ul>
-
 {include file="CRM/Memberdashboard/Page/DashboardElement.tpl"
          element=$dashboardElements.CiviMember }