<?php
/*
echo $set['web']==false?"<div class ='foot'><a href='/?web'>Полная версия</a></div>
":"<div class ='foot'><a href='/?wap'>Мобильная версия</a></div>";
*/
if (file_exists(H . "style/themes/$set[set_them]/foot.php")) {
include_once H . "style/themes/$set[set_them]/foot.php";
} else {
echo "Отсутствует файл /style/themes/$set[set_them]/foot.php";
}
mysql_close($db);
exit;