Add optional site-local css stylesheet

This commit is contained in:
Uriel 2007-06-18 05:31:14 +02:00
parent a391567015
commit 9894ce1cb9

View file

@ -15,6 +15,9 @@ Content-Type: text/html
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" /> <link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
<link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" /> <link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
% if (test -f $sitedir/_style.css) {
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
% }
%($extraHeaders%) %($extraHeaders%)
</head> </head>
<body> <body>