changelog date typo
[eidogo.git] / tourney.phtml
blob7e6d535d454d6a6e189f89f86e50f54112fbb326
1 <?php $title = "Recent Tournament Games"; include("header.phtml"); ?>
3 <div id="text-content">
5 <h2>Games</h2>
7 <div id="subnav">
8     <ul>
9         <li class="active"><a href="/tourney">Recent Tournament Games</a></li>
10         <li><a href="/games">Game Archive</a></li>
11     </ul>
12 </div>
15 <?php include("titles/titles.html"); ?>
17 <p>Games are collected primarily from <a href="http://igo-kisen.hp.infoseek.co.jp/topics.html">KIN's Go Topics</a>.</p>
19 </div>
21 <?php include("footer.phtml"); ?>