9 lines
276 B
PHP
9 lines
276 B
PHP
<?php
|
|
$themeset["pageimage"] = "/themes/default/fond.jpg";
|
|
//$themeset["headcolor"] = "44cc44";
|
|
$themeset["headcolor"] = "C68484";
|
|
//$themeset["bodycolor"] = "aaddaa";
|
|
$themeset["bodycolor"] = "fffff";
|
|
$themeset["boxborder"] = 1;
|
|
$themeset["dirtheme"] = "/themes/default";
|
|
?>
|