KLanding/css/static.php

14 lines
182 B
PHP
Raw Normal View History

2016-02-14 16:55:55 +00:00
<?php
header("Content-type: text/css; charset: UTF-8");
?>
<?php include '../config.php';?>
table,th,td { }
tr { background-color:<?php echo $widgetcolour; ?>;
}
</style>