Revision 1252
Added by Dietmar almost 15 years ago
frontend.functions.php | ||
---|---|---|
445 | 445 |
$wbpath = str_replace('\\','/',WB_PATH); // fixed localhost problem with ie |
446 | 446 |
$jquery_links .= "<script type=\"text/javascript\">\n" |
447 | 447 |
."var URL = '".WB_URL."';\n" |
448 |
."var WB_PATH = '".$wbpath."';\n"
|
|
448 |
/* ."var WB_PATH = '".$wbpath."';\n" */
|
|
449 | 449 |
."var WB_URL = '".WB_URL."';\n" |
450 | 450 |
."var TEMPLATE_DIR = '".TEMPLATE_DIR."';\n" |
451 | 451 |
."</script>\n"; |
Also available in: Unified diff
removed wb_path as javascript var (thanks to Bianca)