13 lines
332 B
HTML
13 lines
332 B
HTML
![]() |
{include file="$style_dir/global_header.html"}
|
||
|
<body>
|
||
|
{include file="$style_dir/header.html" }
|
||
|
<div id="container">
|
||
|
|
||
|
{foreach from=$template_files item=file}
|
||
|
{include_template_file file=$file}
|
||
|
{/foreach}
|
||
|
</div>
|
||
|
|
||
|
{include file="$style_dir/footer.html" }
|
||
|
</body>
|
||
|
</html>
|