set linker for Text- and HTML-mails

This commit is contained in:
coderkun 2014-05-25 22:34:55 +02:00
commit 082f38ef49
4 changed files with 8 additions and 6 deletions

View file

@ -11,7 +11,9 @@
<?=$intermediate?>
</p>
<p> <a href="<?=$url?>"><?=$appname?></a></p>
<p>
<?php if(!is_null($linker)) : ?><a href="<?=$linker->link(array(),0,true,null,false,null,true)?>"><?=$appname?></a><?php else : ?><?=$appname?><?php endif ?>
</p>
</body>
</html>

View file

@ -5,4 +5,4 @@
<?=$appname?>
<?=$url?>
<?php if(!is_null($linker)) : ?><?=$linker->link(array(),0,true,null,false,null,true)?><?php endif ?>