19 lines
1 KiB
PHP
19 lines
1 KiB
PHP
|
<?php
|
||
|
//$themeset["headcolor"] = "eeeeee";
|
||
|
$themeset["bodycolor"] = "ffffff";
|
||
|
//$themeset["pageimage"] = "themes/e/Time-For-Lunch-2.jpg";
|
||
|
$themeset["headstartcode"] = "<table width='100%' cellpadding='0' cellspacing='0' border='0'>
|
||
|
<tr cellspacing='0'><td align='left'><img src='themes/tourmentine/round_left.gif' alt='' title='' /></td><td class='round_center_head' nowrap> <b>";
|
||
|
$themeset["headendcode"] ="</b> </td><td>
|
||
|
<img src='themes/tourmentine/round_right.gif' alt='' title='' /></td>
|
||
|
</tr></table>";
|
||
|
$themeset["footerstartcode"] = "<table width='100%' cellpadding='0' cellspacing='0' border='0'>
|
||
|
<tr cellspacing='0'><td align='left'><img src='themes/tourmentine/round_left.gif' alt='' title='' /></td><td class='round_center_foot' nowrap> ";
|
||
|
$themeset["footerendcode"] =" </td><td>
|
||
|
<img src='themes/tourmentine/round_right.gif' alt='' title='' /></td>
|
||
|
</tr></table>";
|
||
|
$themeset["footercolor"] = "eeaaee";
|
||
|
$themeset["dirtheme"] = "themes/tourmentine";
|
||
|
$themeset["cadrenews"] = 1;
|
||
|
?>
|