diff --git a/Admin/Templates/natarbuildingplan.tpl b/Admin/Templates/natarbuildingplan.tpl index 7f8ec013..bbf6c7a5 100644 --- a/Admin/Templates/natarbuildingplan.tpl +++ b/Admin/Templates/natarbuildingplan.tpl @@ -36,13 +36,14 @@ if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
Create WW Buildingplan villages?
-

 insert number of Villages and press 'enter'
+

 insert number of Villages and press 'enter'
+ Create World Wonder villages? -

 insert number of Wonders and press 'enter'
+

 insert number of Wonders and press 'enter'
+

Can't open file: templates/text.tpl"); $text = file_get_contents("Templates/text_format.tpl"); $text = preg_replace("'%TEKST%'",$_SESSION['m_message'] ,$text); + $text = utf8_encode($text); fwrite($fh, $text); $query="SELECT * FROM ".TB_PREFIX."users ORDER BY id + 0 DESC";