Blame view

plugins/modifier.mod_city.php 121 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
  <?php
  function smarty_modifier_mod_city($code)
  {  global $objCatalogs;
      return $objCatalogs->viewCityMod($code);
  }
  ?>