Changeset 2867
- Timestamp:
- 01/14/12 07:35:01 (4 months ago)
- Location:
- trunk/lib/phpcommon
- Files:
-
- 2 modified
-
config-defines.php (modified) (1 diff)
-
races.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/config-defines.php
r2846 r2867 43 43 define("TOOLS_SERVER_URL", DOC_SERVER_URL."Les_accessoires_et_outils_autour_de_VLM"); 44 44 define("GRIB_TOOLS_URL", DOC_SERVER_URL."Outils_m%C3%A9t%C3%A9os"); 45 //define("DOC_SERVER_URL_BO", DOC_SERVER_URL."Vocabulaire_%26_Jargon#BlackOut_.28BO.29"); 45 46 define("MOBILE_SERVER_URL", "http://mobiles.virtual-loup-de-mer.org"); 46 47 define("FORUM_SERVER_URL", "http://www.virtual-winds.com/forum/index.php?showforum=276"); -
trunk/lib/phpcommon/races.class.php
r2821 r2867 666 666 echo "<br />\n"; 667 667 echo getLocalizedString("blackout") 668 . gmdate(getLocalizedString("dateClassificationFormat"), $this->races->boend);668 . ' ===> '.gmdate(getLocalizedString("dateClassificationFormat"), $this->races->boend); 669 669 } else { 670 670 echo getLocalizedString("classification")
