diff --git a/core/trunk/core/class/class_core_tools.php b/core/trunk/core/class/class_core_tools.php index 9f6c046d206e87383d9ac0ca871e69e6b8d9c0ce..c32f7906a569f926b025ba9e98bb0b053b7fce05 100644 --- a/core/trunk/core/class/class_core_tools.php +++ b/core/trunk/core/class/class_core_tools.php @@ -495,7 +495,7 @@ class core_tools extends functions $tmp = htmlentities ( $tmp,ENT_COMPAT, 'UTF-8', true); // Encodes ?> <li onmouseover="this.className='on';" onmouseout="this.className='';"> - <a href="#" onclick="window.open('<?php functions::xecho($tmp);?>', '<?php + <a href="#" onclick="window.open('<?php echo($tmp);?>', '<?php if(isset($menu[$i]['target']) && $menu[$i]['target'] <> '') { echo $menu[$i]['target']; } else {