diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 20:08:33 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 20:08:33 +0100 |
commit | 861e3230f0154e6a5942698adedf18d5eb0e0b8a (patch) | |
tree | 904f4efa242804c12f6989bd825b93534ef0a599 /html/pages/match_info_other.php | |
parent | fdd379c949056fb3a2198039e452f6aae600ef35 (diff) |
Move imaegs to assets folder
Diffstat (limited to 'html/pages/match_info_other.php')
-rwxr-xr-x | html/pages/match_info_other.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/pages/match_info_other.php b/html/pages/match_info_other.php index 6547637..63e840e 100755 --- a/html/pages/match_info_other.php +++ b/html/pages/match_info_other.php @@ -11,7 +11,7 @@ echo '<br> <th class="heading" colspan="11" align="center">Special Events</th>
</tr>
<tr>
- <th class="smheading" align="center" rowspan="2" width="220"><img src="images/player.jpg"></th>
+ <th class="smheading" align="center" rowspan="2" width="220"><img src="assets/images/player.jpg"></th>
<th class="smheading" align="center" rowspan="2" width="60">First Blood</th>
<th class="smheading tooltip" align="center" colspan="4" width="160" title="If you manage to kill more 2 than people within a short space of time you get a Double Kill, 3 is a Multi Kill etc">Multis</th>
<th class="smheading tooltip" align="center" colspan="5" width="200" title="Special event: If you manage to kill 5 or more opponents without dying yourself, you will be on a killing spree. If you kill more than 10 opponents, you are on a rampage, etc.">Sprees</th>
@@ -108,7 +108,7 @@ if ((strpos($gamename, '(insta)') === false) && (strpos($gamename, "Last Man Sta <th class="heading" colspan="8" align="center">Pickups Summary</th>
</tr>
<tr>
- <th class="smheading" align="center" width="220"><img src="images/player.jpg"></th>
+ <th class="smheading" align="center" width="220"><img src="assets/images/player.jpg"></th>
<th class="smheading" align="center" width="71">Pads</th>
<th class="smheading" align="center" width="71">Armour</th>
<th class="smheading" align="center" width="71">Keg</th>
|