]> git.sur5r.net Git - contagged/blobdiff - inc/template.php
Added country to ldapab.schema. Closes #1
[contagged] / inc / template.php
index 6042c7b9a75d89c1cad3fdb3bf6aeb455658c6de..a86152092c22bce1dd12c3f257bfd9df02e12f4a 100644 (file)
@@ -27,6 +27,11 @@ function tpl_std(){
   $smarty->assign('lang',$lang);
   $smarty->assign('fields',$FIELDS);
   $smarty->assign('lettertabs',explode(' ',$lang['lettertabs']));
+
+  if(isset($FIELDS['country'])){
+      include dirname(__FILE__).'/iso3166.php';
+      $smarty->assign('iso3166',$iso3166);
+  }
 }
 
 /**