11 lines
433 B
PHP
11 lines
433 B
PHP
<?php
|
|
// $themeset["boxborder"] = 0;
|
|
$themeset["headcolor"] = "ffffff";
|
|
$themeset["bodycolor"] = "ffffff";
|
|
$themeset["dirtheme"] = "themes/nu";
|
|
$themeset["sondagebar"] = "themes/nu/sondage.gif";
|
|
$themeset["headstartcode"] = "<table width=100% height=100% cellpadding=0 cellspacing=0 nowrap border=0>
|
|
<tr height=100%><td>";
|
|
$themeset["headendcode"] =" </td></tr></table>";
|
|
|
|
?>
|