root/trunk/Vanilla/templates/vanilla+search+tags/wrapper.mtml @ 924

Revision 924, 0.7 kB (checked in by bsmith, 16 months ago)

adding vanilla+search+tags

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4<head>
5    <title><$mt:BlogName encode_html="1"$></title>
6    <meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" />
7    <$mt:Var name="html_head"$>
8    <script type="text/javascript" src="<$mt:Link template="JavaScript"$>"></script>
9</head>
10<body>
11
12    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Tags)"></h1>
13
14<!-- end header --><hr />
15
16
17    <$mt:Var name="contents"$>
18
19
20<!-- start footer --><hr />
21
22    <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p>
23
24</body>
25</html>
Note: See TracBrowser for help on using the browser.