Просмотр поста

.
Mellver
Лондон против всех!
if(file_exists(($rootpath . 'theme/'.$set_user['skin'].'/head.php'))) {
require_once($rootpath . 'theme/'.$set_user['skin'].'/head.php');
    }
// если нет, то берем стандартный head
else{
require_once($rootpath . '/incfiles/head.php');
}