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

10 lines
No EOL
307 B
PHP

<?php
$themeset["headcolor"] = "ccccff";
$themeset["bodycolor"] = "ffffff";
$themeset["dirtheme"] = "themes/minimal";
$themeset["headstartcode"] = "<font color=#FFFFFF>";
$themeset["headendcode"] =" </font>";
$themeset["footerstartcode"] = "<font color=#FFFFFF>";
$themeset["footerendcode"] =" </font>";
?>