|
@@ 445-446 (lines=2) @@
|
| 442 |
|
$v = empty($v) ? 1 : $v; |
| 443 |
|
$tags[] = array('[size=' . $sizes_equivalence[$v] . ']', '[/size]'); |
| 444 |
|
} |
| 445 |
|
elseif ($s == 'face') |
| 446 |
|
$tags[] = array('[font=' . trim(strtolower($v)) . ']', '[/font]'); |
| 447 |
|
elseif ($s == 'color') |
| 448 |
|
$tags[] = array('[color=' . trim(strtolower($v)) . ']', '[/color]'); |
| 449 |
|
} |
|
@@ 447-448 (lines=2) @@
|
| 444 |
|
} |
| 445 |
|
elseif ($s == 'face') |
| 446 |
|
$tags[] = array('[font=' . trim(strtolower($v)) . ']', '[/font]'); |
| 447 |
|
elseif ($s == 'color') |
| 448 |
|
$tags[] = array('[color=' . trim(strtolower($v)) . ']', '[/color]'); |
| 449 |
|
} |
| 450 |
|
|
| 451 |
|
// As before add in our tags. |