tma/themes/default/theme.php

10 lines
276 B
PHP
Raw Normal View History

2020-11-29 11:25:34 +01:00
<?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";
?>