10 lines
273 B
PHP
10 lines
273 B
PHP
|
<?php
|
||
|
$themeset["pagecolor"] = "000000";
|
||
|
$themeset["pagetextcolor"] = "7777FF";
|
||
|
$themeset["headcolor"] = "000000";
|
||
|
$themeset["bodycolor"] = "000000";
|
||
|
$themeset["boxborder"] = 1;
|
||
|
$themeset["dirtheme"] = "themes/dark";
|
||
|
$themeset["sondagebar"] = "themes/dark/sondage.gif";
|
||
|
?>
|