Skip to content

Commit

Permalink
added link to "member/profile" in "diary/listMember" (refs #879)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwpon committed Mar 19, 2010
1 parent 2f377b0 commit 1edde80
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -30,4 +30,6 @@

<?php if ($sf_user->getMemberId() === $member->id): ?>
<?php echo link_to(__('Post a diary'), 'diary_new') ?>
<?php else: ?>
<?php echo link_to(__('Profile of %1%', array('%1%' => $member->getName())), 'member/profile?id='.$member->getId()) ?>
<?php endif; ?>

0 comments on commit 1edde80

Please sign in to comment.