Там и нет практически ничего. Файл php:
<?php
$profile = $_GET['profile'];
if ($profile == '2') {echo 'import url("style1.css")';}
elseif ($profile == '4') {echo 'import url("style4.css")';}
elseif ($profile == '50') {echo 'import url("style3.css")';}
else {echo 'import url("style.css")';}
?>
Подключение уже написал выше