Вход Регистрация
Файл: sys/includes/icons.php
Строк: 22
<?
function icons($name,$code='path')
{
global 
$set;
$name=preg_replace('#[^a-z0-9 _-.]#i'null$name);
if (
file_exists(H."s-klub/main_menu/$name") && $name!=null)
{
$path"/s-klub/main_menu/$name";
}
else
{
$path"/s-klub/main_menu/default.png";
}
if (
$code=='path')
return 
$path;
else
return 
"<img src="$path" alt="" />n";
}
?>
Онлайн: 1
Реклама