clipbucket/upload/styles/cbv3/layout/body.html

24 lines
477 B
HTML
Raw Normal View History

2012-04-11 11:41:25 +00:00
{* 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>