Finishes to move functions from geoloc.inc.php to geocoding.inc.php,
[platal.git] / templates / profile / mentor.tpl
index 6a7abc9..d0a6e18 100644 (file)
         <a href="javascript:addCountry()">{icon name=add title="Ajouter ce pays"}</a>
       </div>
       <select name="countries_sel" onchange="updateCountry()">
-        {geoloc_country country='00'}
+        <option value=""></option>
+        {iterate from=$countryList item=country}
+        <option value="{$country.iso_3166_1_a2}">{$country.countryFR}</option>
+        {/iterate}
       </select>
     </td>
   </tr>