view www/config.inc.php @ 2488:05a585c2eefe

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Mar 2023 13:18:44 +0200
parents 10fcc94d999d
children
line wrap: on
line source

<?php
$pageAuthor = "Matti H&auml;m&auml;l&auml;inen aka Ggr Pupunen";
$pageTitle = "Pupunen BatMUD Maps";
$pageLang = "en";
$pageCharset = "utf-8";
$wizImageURL = "wiz/";

//
// Check for special dates
//
$ctm = getdate();
if (//true ||
  ($ctm["mday"] == 1 && $ctm["mon"] == 4))
{
  $pageCSS = "aprilli.css";
  $specialDate = "aprilli";
}
else
  $pageCSS = "maps.css";


//
// Current main page
//
$pageMapURL = "/maps/";
//$pageMapURL = "/maps/maps.php";

//$pageGMapURL = $protocolPrefix."://tnsp.org/gmap2/";
$pageGMapURL = "http://jeskko.pupunen.net/gmap2/";
$batQuestURL = "https://www.bat.org/help/quests?str=";

?>