mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +00:00
Update text.tpl
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
|
|
||||||
$txt="Test";
|
$txt="";
|
||||||
|
|
||||||
//bbcode = html code
|
//bbcode = html code
|
||||||
$txt = preg_replace("/\[b\]/is",'<b>', $txt);
|
$txt = preg_replace("/\[b\]/is",'<b>', $txt);
|
||||||
@@ -23,4 +23,4 @@ $txt = preg_replace("/\[\/u\]/is",'</u>', $txt);
|
|||||||
//nl2br = enter
|
//nl2br = enter
|
||||||
echo nl2br($txt);
|
echo nl2br($txt);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user