9 lines
273 B
PHP
9 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";
|
|
?>
|