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

11 lines
545 B
PHP

<?php
$themeset["bodycolor"] = "f4ffbc";
$themeset["pageimage"] = "themes/flashy/palette2.jpg";
$themeset["dirtheme"] = "themes/flashy";
$themeset["sondagebar"] = "themes/flashy/sondage.gif";
$themeset["headstartcode"] = "<table border='0' bgcolor='#ffa100' align='right'><tr><td><font color='#007700' >&nbsp; ";
$themeset["headendcode"] =" </font></td></tr></table>";
$themeset["footerstartcode"] = "<table border='0' bgcolor='#ffa100' align='left'><tr><td><font color='#007700'>";
$themeset["footerendcode"] =" </font></td></tr></table>";
?>