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

@ -12,18 +12,17 @@ Content-Type: text/html
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="k" /> <meta name="author" content="k" />
% if (! ~ $#meta_description 0) % if(! ~ $#meta_description 0)
% echo ' <meta name="description" content="'$"meta_description'" />' % echo ' <meta name="description" content="'$"meta_description'" />'
% if (! ~ $#meta_keywords 0) % if(! ~ $#meta_keywords 0)
% echo ' <meta name="keywords" content="'$"meta_keywords'" />' % 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="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)
% cat $h % cat $h