10 lines
No EOL
307 B
PHP
10 lines
No EOL
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>";
|
|
|
|
?>
|