Is there a smarty modifier that will add anchor tags to links. eg
$smarty->assign('mytext','This is my text with a http://www.link.com');
{$mytext|link}
hangi görüntüler,
This is my text with a <a href='http://www.link.com'>http://www.link.com</a>