Here the code i use:
Quote:
require_once(DIR . '/includes/adminfunctions_template.php');
$string_fnd = 'onclick="return toggle_collapse(\'vbgooglemaps_ul\')"';
$string_rpl = 'onclick="var ret = toggle_collapse(\'vbgooglemaps_ul\'); alert(\'Geo\'); Load_Map; return ret;"';
$template_hook['profile_left_last'] = str_replace($string_fnd, $string_rpl, $template_hook['profile_left_last']);
unset($string_fnd, $string_rpl);
|
I add an alert to check, but never do the alert and also no display the map !!!!!!!
i check the source with mozilla and the replace work !!!
any idea?