imagesize
This commit is contained in:
parent
ebf42fd255
commit
7d353d6e9a
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ error_reporting(E_ALL);
|
||||||
$imagePath = "images\green.png";
|
$imagePath = "images\green.png";
|
||||||
} else {
|
} else {
|
||||||
$fontColor = "black";
|
$fontColor = "black";
|
||||||
$imagePath = "images\equal.jpg";
|
$imagePath = "images\equal.png";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -104,7 +104,7 @@ error_reporting(E_ALL);
|
||||||
<td>$matches</td>
|
<td>$matches</td>
|
||||||
<td>$wins</td>
|
<td>$wins</td>
|
||||||
<td>$deaths</td>
|
<td>$deaths</td>
|
||||||
<td style='color: $fontColor;'>$change<img src='$imagePath' alt='Change Indicator' style='vertical-align: middle;' /> </td>
|
<td style='color: $fontColor;'>$change<img src='$imagePath' alt='Change Indicator' style='vertical-align: middle;' width='50' height='50'/> </td>
|
||||||
|
|
||||||
</tr>";
|
</tr>";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue