7 lines
205 B
PHP
7 lines
205 B
PHP
|
<?php
|
||
|
$themeset["boxborder"] = 1;
|
||
|
$themeset["headcolor"] = $couleur[0];
|
||
|
$themeset["bodycolor"] = $couleur[1];
|
||
|
$themeset["dirtheme"] = "themes/wood1";
|
||
|
$themeset["sondagebar"] = "themes/wood1/marron.gif";
|
||
|
?>
|