Revision 517
Added by Matthias about 18 years ago
| 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