2013-11-09 22:16:59 +00:00
|
|
|
{include file="$style_dir/global_header.html"}
|
|
|
|
<body>
|
|
|
|
{include file="$style_dir/header.html" }
|
2013-11-10 16:19:10 +00:00
|
|
|
<div id="container">
|
|
|
|
|
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include_template_file file=$file}
|
|
|
|
{/foreach}
|
|
|
|
|
2013-11-18 14:59:33 +00:00
|
|
|
|
2013-11-09 22:16:59 +00:00
|
|
|
</div>
|
2013-11-18 14:59:33 +00:00
|
|
|
|
2013-11-09 22:16:59 +00:00
|
|
|
{include file="$style_dir/footer.html" }
|
|
|
|
</body>
|
|
|
|
</html>
|