summaryrefslogtreecommitdiff
path: root/includes/desktop/template_head_end.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/desktop/template_head_end.php')
-rw-r--r--includes/desktop/template_head_end.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/desktop/template_head_end.php b/includes/desktop/template_head_end.php
new file mode 100644
index 0000000..9eea077
--- /dev/null
+++ b/includes/desktop/template_head_end.php
@@ -0,0 +1,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); ?>">