7 lines
204 B
PHP
7 lines
204 B
PHP
|
<?php
|
||
|
$themeset["headcolor"] = "ffffff";
|
||
|
$themeset["bodycolor"] = "ffffff";
|
||
|
$themeset["boxborder"] = 1;
|
||
|
$themeset["dirtheme"] = "themes/outline";
|
||
|
$themeset["sondagebar"] = "themes/outline/sondage.gif";
|
||
|
?>
|