hab das mapmod11BetaB modul installiert.hat auch alles wunderbar geklappt. aber dann bekomme ich auf der seite, also egal wo auf der hp (überall) immer diese fehlermeldung:
="?map-uid-'.$uid.'">Karte';} return ( profilefields_show_echo_standart ( 'Wohnort', $value ) ); } ## end of insert ## ### ### ## # help funcs function get_nationality_array () { $ar = array(); $o = opendir ( 'include/images/flags' ); while ( $f = readdir ( $o ) ) { if ( $f != '.' AND $f != '..' ) { $ar[$f] = $f; } } return ( $ar ); } function profilefields_show_echo_standart ( $k, $v ) { return ( ''.$k.''.$v.'' ); } ?> '' ); } ?>
kann mir da jemand weiterhelfen?