View file style/head.php

File size: 207B
<?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';
}
?>