From e4c9e85176a572edb18af5364cd2d00b498a76d8 Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 5 Sep 2008 01:28:30 +0200 Subject: [PATCH] Allow site (and masterSite) wide extra headers, remove cat-v specific header --- inc/headers.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/headers.tpl b/inc/headers.tpl index fc8a14a..934754b 100644 --- a/inc/headers.tpl +++ b/inc/headers.tpl @@ -25,9 +25,12 @@ Content-Type: text/html % } +% h = `{ get_inc_file headers.inc} +% if(! ~ $#h 0) +% cat $h + %($extraHeaders%) -