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/kde/theme.php
2023-04-30 21:50:11 +02:00

16 lines
906 B
PHP

<?php
$themeset["headcolor"] = "eeeeee";
$themeset["pageimage"] = "themes/kde/Paper01.jpg";
$themeset["headstartcode"] = "<table width=100% height=100% cellpadding=0 cellspacing=0 nowrap border=0>
<tr height=100%><td><img src='themes/kde/icone.png'></td>
<td background='themes/kde/lisse.png' nowrap valign=middle><b>&nbsp;";
$themeset["headendcode"] =" </b></td><td background='themes/kde/perle.png' width=100%></td></tr></table>";
$themeset["footerstartcode"] = "<table width=100% height=100% cellpadding=0 cellspacing=0 nowrap border=0>
<tr height=100% align=center><td background='themes/kde/degr.png' nowrap valign=middle>";
$themeset["footerendcode"] ="</td></tr></table>";
$themeset["bodycolor"] = "dddddd";
$themeset["dirtheme"] = "themes/e";
$themeset["cadrenews"] = 1;
?>