Revision 992
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
15-June-2009 Matthias Gallas |
15 |
# Fixed small bug introduced in changeset [989] |
|
15 | 16 |
+ Added missing id tags and copyright notices to droplets modul |
16 | 17 |
15-June-2009 Dietrich Roland Pehlke (aldus) |
17 | 18 |
# Bugfix for ticket #725 |
trunk/wb/framework/frontend.functions.php | ||
---|---|---|
372 | 372 |
|
373 | 373 |
// include the Javascript email protection function |
374 | 374 |
if( $file_id != 'css' && file_exists(WB_PATH .'/modules/droplets/js/mdcr.js')) { |
375 |
$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/droplets/js/mdcr.js"></script>\n';
|
|
375 |
$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/droplets/js/mdcr.js"></script>'."\n";
|
|
376 | 376 |
} elseif( $file_id != 'css' && file_exists(WB_PATH .'/modules/output_filter/js/mdcr.js')) { |
377 |
$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/output_filter/js/mdcr.js"></script>\n';
|
|
377 |
$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/output_filter/js/mdcr.js"></script>'."\n";
|
|
378 | 378 |
} |
379 | 379 |
echo $head_links; |
380 | 380 |
} |
Also available in: Unified diff
Fixed small bug introduced in changeset [989]