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