10 lines
307 B
PHP
10 lines
307 B
PHP
|
<?php
|
||
|
$themeset["headcolor"] = "ccccff";
|
||
|
$themeset["bodycolor"] = "ffffff";
|
||
|
$themeset["dirtheme"] = "themes/minimal";
|
||
|
$themeset["headstartcode"] = "<font color=#FFFFFF>";
|
||
|
$themeset["headendcode"] =" </font>";
|
||
|
$themeset["footerstartcode"] = "<font color=#FFFFFF>";
|
||
|
$themeset["footerendcode"] =" </font>";
|
||
|
|
||
|
?>
|