correct links in e?mail notifications

This commit is contained in:
coderkun 2014-05-27 11:46:06 +02:00
commit afda29b629
7 changed files with 7 additions and 8 deletions

View file

@ -1,2 +1,2 @@
<?=sprintf(_('User “%s” has registered a new Character for the Seminary “%s”'), $user['username'], $seminary['title'])?>:
<?php if(!is_null($linker)) : ?><a href="<?=$linker->link(array('characters',$seminary['url'],$user['url']),0,false,null,false,null,true)?>"><?=$character['name']?></a><?php else : ?><?=$character['name']?><?php endif ?>
<?php if(!is_null($linker)) : ?><a href="<?=$linker->link(array('characters','character',$seminary['url'],$character['url']),0,true,null,false,null,true)?>"><?=$character['name']?></a><?php else : ?><?=$character['name']?><?php endif ?>