From 9894ce1cb967dbb5d54cb135a1303e412c7cd857 Mon Sep 17 00:00:00 2001 From: Uriel Date: Mon, 18 Jun 2007 05:31:14 +0200 Subject: [PATCH] Add optional site-local css stylesheet --- inc/headers.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/headers.tpl b/inc/headers.tpl index e66c97c..58b3a6b 100644 --- a/inc/headers.tpl +++ b/inc/headers.tpl @@ -15,6 +15,9 @@ Content-Type: text/html +% if (test -f $sitedir/_style.css) { + +% } %($extraHeaders%)