mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
9 lines
145 B
BlitzBasic
9 lines
145 B
BlitzBasic
if(is_numeric($parm) && $parm > 0 && $parm < 38)
|
|
{
|
|
return "<span style='font-size:{$parm}px'>$code_text</span>";
|
|
}
|
|
else
|
|
{
|
|
return $code_text;
|
|
}
|