modifier.translit.php 102 Bytes
<?php
function smarty_modifier_translit($str)
{  global $objCatalogs;
    return translit($str);
}
?>