tma/themes/default/theme.php
2020-11-29 11:25:34 +01:00

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";
?>