View file style/head.php
<?php if ($user) { include_once $_SERVER['DOCUMENT_ROOT'].'/style/styles/'.$user['set_theme'].'/head.php'; } else { include_once $_SERVER['DOCUMENT_ROOT'].'/style/styles/'.$config_theme.'/head.php'; } ?>
<?php if ($user) { include_once $_SERVER['DOCUMENT_ROOT'].'/style/styles/'.$user['set_theme'].'/head.php'; } else { include_once $_SERVER['DOCUMENT_ROOT'].'/style/styles/'.$config_theme.'/head.php'; } ?>