~skye/poker/css/style.php
view raw
<?php /* eventually allow style customization with the db */ require '../com.php'; header("Content-Type: text/css"); readfile("style.css"); ?>