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/modules/themes/e/theme.php

13 lines
535 B
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?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'>&nbsp;&nbsp;<b>";
$themeset["headendcode"] ="</b>&nbsp;&nbsp;</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;
?>