git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12011
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$oTemplate->assign('uri', $base_uri . $path);
$oTemplate->assign('text', $text);
$oTemplate->assign('target', $target);
+
+ // blank the onclick because the template object might
+ // already contain an onclick value due to having been
+ // used to show a compose link (when comp_in_new is turned on)
+ //
+ $oTemplate->assign('onclick', '');
+
return $oTemplate->fetch('hyperlink.tpl');
}