n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/themes/e_css/theme.php
2023-04-30 21:50:11 +02:00

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"] ="&nbsp;&nbsp;</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"] = "";
?>