Code: Alles auswählen
#-----[ ÖFFNEN ]--------------------------------------------------
#
# includes/bbcode.php
#
#-----[ FINDE ]--------------------------------------------------
#
// [i] and [/i] for italicizing text.
$text = str_replace("[i:$uid]", $bbcode_tpl['i_open'], $text);
$text = str_replace("[/i:$uid]", $bbcode_tpl['i_close'], $text);