diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-06 21:54:48 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-06 22:54:51 +0100 |
commit | c110e3ac9e2fac2f88f4e00fa05579ab25afc3fc (patch) | |
tree | d1d28bca5d198cd691b1803e2a334559377a0a0c /html/includes | |
parent | 83fb634b671e7677b9269e13c6077fe2f77eff79 (diff) |
Update help and credits pages
Diffstat (limited to 'html/includes')
-rwxr-xr-x | html/includes/footer.php | 27 | ||||
-rwxr-xr-x | html/includes/header.php | 3 | ||||
-rwxr-xr-x | html/includes/sidebar.php | 13 |
3 files changed, 23 insertions, 20 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php index 0fd4f3f..be5e38c 100755 --- a/html/includes/footer.php +++ b/html/includes/footer.php @@ -1,16 +1,21 @@ -<?php
-echo'<br><br><br>
-<table class = "box" border="0" cellpadding="1" width="720">';
+<br><br><br> + +<table class="box" border="0" cellpadding="1" width="720">
+ <tr>
+ <td class="smheading" align="center">
-// Please leave this bit in, its the least you can do with all the work we have done :)
+ <!-- Please leave this bit in, its the least you can do with all the work we have done :) -->
+ <p>
+ <a href="https://github.com/sn3p/utstats" target="_blank">
+ UTStats Beta 4.2.8</a> © 2005 azazel, AnthraX and toa + </p> + + </td>
+ </tr>
+</table>
- echo'<tr>
- <td class="smheading" align="center"><a href="http://utstats.unrealadmin.org/" target="_blank">
- UTStats Beta 4.2.8</a> © 2005 azazel, AnthraX and toa</td>
- </tr>
- </table>
</center>
</td></tr></tbody></table>
-</body></html>';
+</body></html>
-ob_end_flush();
\ No newline at end of file +<?php ob_end_flush(); ?> diff --git a/html/includes/header.php b/html/includes/header.php index e84a63e..c4f96a6 100755 --- a/html/includes/header.php +++ b/html/includes/header.php @@ -52,7 +52,6 @@ echo' include("includes/sidebar.php");
-
echo'
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
@@ -63,4 +62,4 @@ echo' </tbody></table>
<center>
<br>
-';
\ No newline at end of file +';
diff --git a/html/includes/sidebar.php b/html/includes/sidebar.php index e62e292..9ae8f09 100755 --- a/html/includes/sidebar.php +++ b/html/includes/sidebar.php @@ -1,7 +1,7 @@ -<?php
-echo'
<td Valign="top" width="120" class="sidebar">
- <a href="http://www.unrealtournament.com/"><img src="images/utlogo.gif" title="UT Logo" alt="UT Logo" border="0"></a>
+ <a href="http://www.unrealtournament.com/">
+ <img src="images/utlogo.gif" title="UT Logo" alt="UT Logo" border="0">
+ </a>
<br>
<p><a class="sidebar" href="./?p=">Home</a></p>
<p><a class="sidebar" href="./?p=recent">Recent Matches</a></p>
@@ -17,11 +17,10 @@ echo' <p><a class="sidebar" href="./?p=help">Help</a></p>
<p><a class="sidebar" href="http://www.unrealadmin.org/forums/forumdisplay.php?f=173" target="_blank">UTStats Forums</a></p>
<br>
- <img src="images/characters/'.$charimg.'" title="UT Character" alt="UT Character" border="0">
+ <img src="images/characters/<?php echo $charimg; ?>" title="UT Character" alt="UT Character" border="0">
<br>
</td>
<td>
-<img src="images/blankbar.gif" alt="Spacing" border="0" width="17" height="1"></td>
+ <img src="images/blankbar.gif" alt="Spacing" border="0" width="17" height="1">
+</td>
<td align="center" valign="top">
-';
-?>
\ No newline at end of file |