11 lines
545 B
PHP
11 lines
545 B
PHP
<?php
|
|
$themeset["bodycolor"] = "f4ffbc";
|
|
$themeset["pageimage"] = "themes/flashy/palette2.jpg";
|
|
$themeset["dirtheme"] = "themes/flashy";
|
|
$themeset["sondagebar"] = "themes/flashy/sondage.gif";
|
|
$themeset["headstartcode"] = "<table border='0' bgcolor='#ffa100' align='right'><tr><td><font color='#007700' > ";
|
|
$themeset["headendcode"] =" </font></td></tr></table>";
|
|
$themeset["footerstartcode"] = "<table border='0' bgcolor='#ffa100' align='left'><tr><td><font color='#007700'>";
|
|
$themeset["footerendcode"] =" </font></td></tr></table>";
|
|
|
|
?>
|