summaryrefslogtreecommitdiff
path: root/html/pages/match_report.php
blob: 0f452babd02bfd6a8ce57d43c1f4f9c51a9e3f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$matchid = preg_replace('/\D/', '', $_GET[mid]);

echo'<br><table class = "box" border="0" cellpadding="1" cellspacing="2" width="300">
  <tbody>
  <tr>
    <td class="heading" align="center">Match Reports</td>
  </tr>
  <tr>
    <td class="dark" align="center"><a class="darkhuman" href="./?p=report&amp;id='.$matchid.'&amp;rtype=clanbase">Clanbase Cup Format</a></td>
  </tr>
  <tr>
    <td class="dark" align="center"><a class="darkhuman" href="./?p=report&amp;id='.$matchid.'&amp;rtype=bbcode">Forum BBCode Format</a></td>
  </tr>
  </tbody>
</table>';
?>