werc/lib/headers.tpl

30 lines
905 B
Smarty
Raw Normal View History

2009-07-18 20:02:30 -06:00
<!DOCTYPE HTML>
<html>
2007-05-28 20:58:00 -06:00
<head>
<title>%($pageTitle%)</title>
2007-05-28 20:58:00 -06:00
2009-07-18 20:02:30 -06:00
<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/_werc/pub/style.css)
2009-07-18 20:02:30 -06:00
% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">'
2009-07-18 20:02:30 -06:00
<meta charset="UTF-8">
% # Legacy charset declaration for backards compatibility with non-html5 browsers.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2007-05-28 20:58:00 -06:00
% if(! ~ $#meta_description 0)
2009-07-18 20:02:30 -06:00
% echo ' <meta name="description" content="'$"meta_description'">'
% if(! ~ $#meta_keywords 0)
2009-07-18 20:02:30 -06:00
% echo ' <meta name="keywords" content="'$"meta_keywords'">'
% h = `{get_lib_file headers.inc}
% if(! ~ $#h 0)
% cat $h
2009-02-01 12:04:28 -07:00
%($"extraHeaders%)
2007-05-28 20:58:00 -06:00
</head>
<body>