mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 00:30:21 -07:00
25 lines
503 B
PHP
25 lines
503 B
PHP
<?php
|
|
$bgimage='';
|
|
$bgcolor='403030';
|
|
$textcolor='ffdddd';
|
|
$linkcolor='DEDAFE';
|
|
$linkcolor2='CECAFE';
|
|
$linkcolor3='FFEEFF';
|
|
$linkcolor4='EEEAFE';
|
|
$tablebg1='401010';
|
|
$tablebg2='301010';
|
|
$categorybg='602020';
|
|
$tableheadtext='ffeeff';
|
|
$tableheadbg='703030';
|
|
$tableborder='000000';
|
|
$scr1='d4d3eb';
|
|
$scr2='a9a7d6';
|
|
$scr3='7d7bc1';
|
|
$scr4='524fad';
|
|
$scr5='312d7d';
|
|
$scr6='210456';
|
|
$scr7='000020';
|
|
|
|
$boardtitle='<img src="images/attitudebarn.png">';
|
|
|
|
?>
|