mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
5 lines
182 B
BlitzBasic
5 lines
182 B
BlitzBasic
if ($parm) {
|
|
return "<a href='mailto:".$tp -> toAttribute($parm)."'>".$code_text."</a>";
|
|
} else {
|
|
return "<a href='mailto:".$tp -> toAttribute($code_text)."'>".$code_text."</a>";
|
|
} |