view www/menu.inc.php @ 2785:1cdeef3bed58

Add some skeleton wizard entries.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 Mar 2024 19:43:18 +0200
parents 2670709c4c7d
children
line wrap: on
line source

<div id="mainMenuBox">
  <?php echo "<h1><a href=\"".$pageMapURL."\">".$pageTitle."</a></h1>\n" ?>
  <div id="mainMenuCtn">
    <a href="loc.php">All locations</a>
    <a href="latest.php">Latest added locations</a>
    <a href="level.php">Restricted areas</a>
    <a href="quests.php">Quests information</a>
    <a href="ss.php">Secret societies</a>
    <a href="loc.php?c&amp;n=limbo">Pcities in "limbo"</a>
    <a href="info.php">List of Wizards</a>
    <a href="simple.php">Simple location list</a>
    <a href="search.php">Map search</a>
    <a href="faq.php">FAQ</a>
  </div>
<?php if (0) { ?>
  <div class="batmud"><a href="https://www.bat.org/play"><img src="img/batmud.png" alt="BatMUD - 25 Years of Adventure" /></a></div>
<?php } ?>
</div>