werc/inc/headers.tpl

25 lines
920 B
Smarty
Raw Normal View History

2007-05-28 20:58:00 -06:00
Content-Type: text/html
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
2007-06-13 04:14:07 -06:00
<title>%($title - $site - $siteTitle $siteSubTitle %)</title>
2007-05-28 20:58:00 -06:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="k" />
<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" />
2007-06-17 21:31:14 -06:00
% if (test -f $sitedir/_style.css) {
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
% }
2007-06-04 13:06:36 -06:00
%($extraHeaders%)
2007-05-28 20:58:00 -06:00
</head>
<body>