<?php
include_once("consts.php");
$type = $_GET['type'];
$theme = $_GET['theme'];
header ("Content-Type:text/css");
?>
@import url("<?=PROTOCOL?>://<?=APP_PATH?>/interface/theme.css?type=<?=$type?>&theme=<?=$theme?>");
