Revision 517
Added by Matthias about 17 years ago
branches/2.6.x/wb/framework/frontend.functions.php | ||
---|---|---|
313 | 313 |
$head_links = ""; |
314 | 314 |
if($file_id == "css") { |
315 | 315 |
$base_link = '<link href="'.WB_URL.'/modules/{MODULE_DIRECTORY}/frontend.css"'; |
316 |
$base_link.= 'rel="stylesheet" type="text/css" media="screen" />'; |
|
316 |
$base_link.= ' rel="stylesheet" type="text/css" media="screen" />';
|
|
317 | 317 |
$base_file = "frontend.css"; |
318 | 318 |
} else { |
319 | 319 |
$base_link = '<script type="text/javascript" src="'.WB_URL.'/modules/{MODULE_DIRECTORY}/frontend.js"></script>'; |
Also available in: Unified diff
Added changeset 516 to branches