
/include/templates/user/profil_edit.htm
1 | {_list_staat@<option%1 value="%2">%3</option>} |
in
1 | {_list_staat@<option%1 value="%2" style="background-image:url('include/images/flags/%3.png')"> %3</option>} |
/include/includes/func/profilefields.php
1 2 3 4 5 6 7 8 9 10 | function get_nationality_array () { $ar = array(); $o = opendir ( 'include/images/flags' ); while ( $f = readdir ( $o ) ) { if ( $f != '.' AND $f != '..' ) { $ar[$f] = $f; } } return ( $ar ); } |
in
1 2 3 4 5 6 7 8 9 10 11 | function get_nationality_array () { $ar = array(); $o = opendir ( 'include/images/flags' ); while ( $f = readdir ( $o ) ) { if ( $f != '.' AND $f != '..' ) { $ar[$f] = $f; $ar[$f] = ereg_replace(".png","",$ar[$f]); } } return ( $ar ); } |
Die Bilder was ich geändert habe kannst du hier runterladen.
Vielleicht braucht jemand es ich finde es sieht besser aus als so drist
betroffene Homepage: nc-code.de/V3/