Quote:
Originally Posted by HighJinx
Code:
if ($tid==1)
{
$template_hook['round2'] .= "<br />Crash";
$template_hook['round3'] .= "<br />Citystreets";
$template_hook['round4'] .= "<br />Cup";
}
is there anyway of replacing the map names with an image?
|
You can put in html...
Instead of...
PHP Code:
$template_hook['round1'] .= "<br />Strike";
Use...
PHP Code:
$template_hook['round1'] .= '<br /><img src="http://imageurl.com/image.jpg" alt="Strike" />';
http://imageurl.com/image.jpg is image url