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/nu/theme.php

12 lines
433 B
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?php
// $themeset["boxborder"] = 0;
$themeset["headcolor"] = "ffffff";
$themeset["bodycolor"] = "ffffff";
$themeset["dirtheme"] = "themes/nu";
$themeset["sondagebar"] = "themes/nu/sondage.gif";
$themeset["headstartcode"] = "<table width=100% height=100% cellpadding=0 cellspacing=0 nowrap border=0>
<tr height=100%><td>";
$themeset["headendcode"] =" </td></tr></table>";
?>