16 lines
883 B
PHP
16 lines
883 B
PHP
<?php
|
|
//$themeset["headcolor"] = "eeeeee";
|
|
//$themeset["pageimage"] = "themes/e/Time-For-Lunch-2.jpg";
|
|
$themeset["headstartcode"] = " <table width='100%' cellpadding='0' cellspacing='0' border='0'>\n <tr>\n <td class='head_1'></td>\n <td class='head_2' nowrap='nowrap'>";
|
|
$themeset["headendcode"] =" </td>\n <td class='head_3'></td>\n <td class='head_4'></td>\n </tr>\n </table>";
|
|
//$themeset["bodycolor"] = "dddddd";
|
|
$themeset["footerstartcode"] = " <table width='100%' cellpadding='0' cellspacing='0' border='0'>\n <tr>\n <td class='foot_1'></td>\n <td class='foot_2'>";
|
|
$themeset["footerendcode"] =" </td>\n <td class='foot_3'></td>\n </tr>\n </table>";
|
|
|
|
|
|
$themeset["dirtheme"] = "themes/e";
|
|
$themeset["cadrenews"] = 1;
|
|
$themeset["bodystartcode"] = "";
|
|
$themeset["bodyendcode"] = "";
|
|
$themeset["bodyclass"] = "";
|
|
?>
|