5 lines
120 B
PHP
5 lines
120 B
PHP
|
<?php
|
||
|
$themeset["headcolor"] = "ffccff";
|
||
|
$themeset["bodycolor"] = "ffcccc";
|
||
|
$themeset["dirtheme"] = "themes/marble2";
|
||
|
?>
|