[ 1475220 ] some 6.99 templates have double slashes

This commit is contained in:
JT Smith 2006-04-28 17:12:58 +00:00
parent f91b1b9d13
commit 1b7488e4b1
12 changed files with 15 additions and 19 deletions

View file

@ -145,7 +145,7 @@ sub www_setup {
$output .= $f->print;
}
$output .= '</fieldset></div>
<img src="'.$session->config->get("extrasURL").'/background.jpg" style="border-style:none;position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
<img src="'.$session->url->extras('background.jpg').'" style="border-style:none;position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
</body>
</html>';
return $output;