clipbucket/upload/styles/cbv3/layout/body.html
Arslan Hassan 550f13a87b
2012-04-11 11:41:25 +00:00

24 lines
No EOL
477 B
HTML

{* Including Global Header *}
{include file="$style_dir/global_header.html"}
<body>
{include_header file="admin_bar"}
<div class="container">
{include_template_file file="header.html" }
{ANCHOR place='global'}
{include_template_file file="message.html"}
{foreach from=$template_files item=file}
{include_template_file file=$file}
{/foreach}
{include_template_file file="footer.html"}
</div>
</body>
</html>