Changeset 10047 for OpenPNE3/plugins/opIntroFriendPlugin/trunk/apps/mobile_frontend/modules/introfriend/templates/_introFriendLink.php
- Timestamp:
- Jan 8, 2009, 4:54:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opIntroFriendPlugin/trunk/apps/mobile_frontend/modules/introfriend/templates/_introFriendLink.php
r10036 r10047 1 1 <?php 2 2 3 $cnt = IntroFriendPeer::getCount($id); 3 4 4 5 echo link_to(__('Read introductory essay') . '(' . $cnt . ')', 'introfriend/list?id=' . $id); 5 if($sf_user->GetMemberId() != $member->getId()) { 6 7 if ($isFriend == true) 8 { 6 9 echo ' / ' . link_to(__('Write'), 'introfriend/index?id=' . $id); 7 10 }
Note: See TracChangeset
for help on using the changeset viewer.