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/sidebar.php | |
parent | 83fb634b671e7677b9269e13c6077fe2f77eff79 (diff) |
Update help and credits pages
Diffstat (limited to 'html/includes/sidebar.php')
-rwxr-xr-x | html/includes/sidebar.php | 13 |
1 files changed, 6 insertions, 7 deletions
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 |