9 lines
233 B
PHP
9 lines
233 B
PHP
|
<?php
|
||
|
$themeset["headcolor"] = "ccccff";
|
||
|
$themeset["bodycolor"] = "cceeff";
|
||
|
//$themeset["pagecolor"] = "eeffff";
|
||
|
$themeset["dirtheme"] = "themes/blue";
|
||
|
$themeset["sondagebar"] = "themes/blue/bleu.gif";
|
||
|
$themeset["cadrenews"] = 1;
|
||
|
?>
|