12 lines
535 B
PHP
12 lines
535 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'>
|
|
<tr><td class='td_green'> <b>";
|
|
$themeset["headendcode"] ="</b> </td>
|
|
<td width='100%' class='td_grey'><div align='left'><img src='themes/e/green-grey.png' alt='' title='' /></div></td>
|
|
</tr></table>";
|
|
$themeset["bodycolor"] = "dddddd";
|
|
$themeset["dirtheme"] = "themes/e";
|
|
$themeset["cadrenews"] = 1;
|
|
?>
|