mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 04:24:45 +02: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>";
|
|
} |