correct links in e?mail notifications
This commit is contained in:
parent
58dab8cf94
commit
afda29b629
7 changed files with 7 additions and 8 deletions
|
|
@ -1,2 +1,2 @@
|
|||
<?=_('A new user has been registered')?>:
|
||||
<?php if(!is_null($linker)) : ?><a href="<?=$linker->link(array('users',$user['url']),0,true,null,false,null,true)?>"><?=$user['username']?></a><?php else : ?><?=$user['username']?><?php endif ?>
|
||||
<?php if(!is_null($linker)) : ?><a href="<?=$linker->link(array('users','user',$user['url']),0,true,null,false,null,true)?>"><?=$user['username']?></a><?php else : ?><?=$user['username']?><?php endif ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue