0 Пользователей и 1 Гость просматривают эту тему.
<!-- @link --><a href="%id%-eng.html">%text%</a>
в функции function prepare_menu_item $URIs=$_SERVER["REQUEST_URI"]; $pieces = explode("_", $URIs); if(count($pieces)>1){ $pieces = str_ireplace("/" , "", $pieces[1]); $URIs = $pieces; $tmpl = str_ireplace("%link3%" , $id."_".$URIs, $tmpl); }else{ $tmpl = str_ireplace("%link3%" , $id.".html", $tmpl); }