Custom .css styles moved from /_style.css to _werc/pub/style.css

This commit is contained in:
Uriel 2009-02-13 02:32:24 +00:00
parent f793e707b0
commit 585c733dd2

View file

@ -19,9 +19,8 @@ Content-Type: text/html
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default" /> <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" /> <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
% if (test -f $sitedir/_style.css) { % if(test -f $sitedir/_werc/pub/style.css)
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" /> % 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) % if(! ~ $#h 0)