mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
22 lines
527 B
PHP
22 lines
527 B
PHP
<?php
|
|
$boardtitle='<img src=\'images/zen/zentitle.png\'>';
|
|
|
|
$formcss=1;
|
|
$inputborder='000000';
|
|
|
|
$bgcolor='010';
|
|
$textcolor='DDDDDD';
|
|
|
|
$linkcolor ='BEFEBA';
|
|
$linkcolor2='99c090';
|
|
$linkcolor3='CFFFBE';
|
|
$linkcolor4='CEFECA';
|
|
|
|
$tablebg1='005028';
|
|
$tablebg2='104830';
|
|
$categorybg='005020 url(\'images/zen/t1.png\') repeat-x top center;';
|
|
$tableheadtext='AAFFCC;';
|
|
$tableheadbg='007c00 url(\'images/zen/header.png\') repeat-x top center; text-shadow: 1px 1px 2px #000';
|
|
$tableborder='001100';
|
|
|
|
?>
|