diff options
author | Jonas Kohl | 2024-09-06 13:19:19 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 13:19:19 +0200 |
commit | 2d8a37e7ac46aa100f2e460b024d21bae2883f5b (patch) | |
tree | f845d1f13c9fa6487b07bcb0d908ffa13463cdf8 /includes/template_head_end.html | |
parent | 4da448fe73005e3f3a57671575f99555793adb06 (diff) |
Move from SSI to PHP
Diffstat (limited to 'includes/template_head_end.html')
-rw-r--r-- | includes/template_head_end.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/includes/template_head_end.html b/includes/template_head_end.html deleted file mode 100644 index 1aa5f12..0000000 --- a/includes/template_head_end.html +++ /dev/null @@ -1,18 +0,0 @@ -<!--#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"-->"> |