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