ref: 332f00283c6cf57698398697e1442c522cf9775a
parent: 4dd276a96c18f7c83b7b79a2165cb379d984f5d2
author: sl <uriel@engel.se.cat-v.org>
date: Thu Feb 12 21:32:24 EST 2009
Custom .css styles moved from /_style.css to _werc/pub/style.css
--- a/lib/headers.tpl
+++ b/lib/headers.tpl
@@ -12,18 +12,17 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="k" />
-% if (! ~ $#meta_description 0)
+% if(! ~ $#meta_description 0)
% echo ' <meta name="description" content="'$"meta_description'" />'
-% if (! ~ $#meta_keywords 0)
+% if(! ~ $#meta_keywords 0)
% echo ' <meta name="keywords" content="'$"meta_keywords'" />'
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
-% if (test -f $sitedir/_style.css) {
- <link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
-% }
+% if(test -f $sitedir/_werc/pub/style.css)
+% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default" />'
-% h = `{ get_lib_file headers.inc}
+% h = `{get_lib_file headers.inc}
% if(! ~ $#h 0)
% cat $h