summaryrefslogtreecommitdiff
path: root/includes/template_head_end.html
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-04 20:10:41 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-04 20:10:41 +0200
commit5d4652e6bc0009b32bfe1b1a4fc9b7431cd8fe88 (patch)
treea4d6256bbf8f746a3a88ebb7596ae035a9a5d6ff /includes/template_head_end.html
Initial commit
Diffstat (limited to 'includes/template_head_end.html')
-rw-r--r--includes/template_head_end.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/includes/template_head_end.html b/includes/template_head_end.html
new file mode 100644
index 0000000..1aa5f12
--- /dev/null
+++ b/includes/template_head_end.html
@@ -0,0 +1,18 @@
+<!--#if expr='-z v("BODY_BG")'-->
+ <!--#set var="BODY_BG" value="BLACK"-->
+<!--#endif-->
+<!--#if expr='-z v("BODY_TX")'-->
+ <!--#set var="BODY_TX" value="WHITE"-->
+<!--#endif-->
+<!--#if expr='-z v("BODY_LN")'-->
+ <!--#set var="BODY_LN" value="#FFFF99"-->
+<!--#endif-->
+<!--#if expr='-z v("BODY_LV")'-->
+ <!--#set var="BODY_LV" value="#FFFF99"-->
+<!--#endif-->
+<!--#if expr='-z v("BODY_LA")'-->
+ <!--#set var="BODY_LA" value="#FF9999"-->
+<!--#endif-->
+
+</head>
+<body bgcolor="<!--#echo var="BODY_BG"-->" background="/images/leather.gif" text="<!--#echo var="BODY_TX"-->" link="<!--#echo var="BODY_LN"-->" vlink="<!--#echo var="BODY_LV"-->" alink="<!--#echo var="BODY_LA"-->">