changeset 1272:ab28c4ddf8b0

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Oct 2011 01:46:08 +0300
parents f0c236afc945
children 27495a76dc07
files www/index.php www/info.php www/latest.php www/loc.php www/maps.css www/query.php www/quests.php www/ss.php
diffstat 8 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/www/index.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/index.php	Sun Oct 16 01:46:08 2011 +0300
@@ -1,5 +1,6 @@
 <?
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 function printFileTD($fileName, $mapName, $useTD = TRUE)
--- a/www/info.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/info.php	Sun Oct 16 01:46:08 2011 +0300
@@ -1,5 +1,6 @@
 <?
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 /* Page start
--- a/www/latest.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/latest.php	Sun Oct 16 01:46:08 2011 +0300
@@ -1,5 +1,6 @@
 <?
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 $locTable = readLocationFiles(FALSE);
--- a/www/loc.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/loc.php	Sun Oct 16 01:46:08 2011 +0300
@@ -1,5 +1,6 @@
 <?
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 // Wizard info box special formatting tags
--- a/www/maps.css	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/maps.css	Sun Oct 16 01:46:08 2011 +0300
@@ -220,8 +220,8 @@
 }
 
 #mainmenu {
+	left: 1em;
 	top: 2em;
-	left: 1em;
 }
 
 #mainmenu ul {
--- a/www/query.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/query.php	Sun Oct 16 01:46:08 2011 +0300
@@ -3,6 +3,7 @@
  * This is a rather ugly blob of glue, but it works.
  */
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 function myerr() {
--- a/www/quests.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/quests.php	Sun Oct 16 01:46:08 2011 +0300
@@ -1,5 +1,6 @@
 <?
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 printPageHeader($pageTitle." - Quests");
--- a/www/ss.php	Sun Oct 16 01:36:00 2011 +0300
+++ b/www/ss.php	Sun Oct 16 01:46:08 2011 +0300
@@ -1,5 +1,6 @@
 <?
 require "config.inc.php";
+require "world.inc.php";
 require "common.inc.php";
 
 $locTable = apc_fetch("ss_locTable");