summaryrefslogtreecommitdiff
path: root/includes/desktop/template_head_end.php
blob: 9eea077633fb82e003b8b28d144ebb212d689966 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$BODY_BG ??= "BLACK";
$BODY_TX ??= "WHITE";
$BODY_LN ??= "#FFFF99";
$BODY_LV ??= "#FFFF99";
$BODY_LA ??= "#FF9999";
?>

</head>
<body bgcolor="<?= htmlentities($BODY_BG); ?>" background="/images/leather.gif" text="<?= htmlentities($BODY_TX); ?>" link="<?= htmlentities($BODY_LN); ?>" vlink="<?= htmlentities($BODY_LV); ?>" alink="<?= htmlentities($BODY_LA); ?>">