1
2<html>
3<head>
4 <title>{$title}</title>
5</head>
6<body>
7{include file='page_header.tpl'}
8
9{* body of template goes here, the $tpl_name variable
10 is replaced with a value eg 'contact.tpl'
11*}
12{include file="$tpl_name.tpl"}
13
14{include file='page_footer.tpl'}
15</body>
16</html>
17
18