clipbucket/upload/admin_area/styles/cbv3/layout/body.html
Arslan Hassan ea10f2989b Added : New Category System inc SQL updates
Added : Amplify 
Added : bootstrap and jQuery UI
Added : Amlpify on front-end
Added : Category iCons
Updated : Admin Area Template
2012-05-19 13:42:45 +00:00

36 lines
No EOL
676 B
HTML

{include file="$style_dir/global_header.html" }
<body>
<!-- Including Commong header -->
{include file="$style_dir/header.html" }
<div class="clearfix"></div>
<!-- The Content -->
<div class="content-container">
<div class="content">
{include file="$style_dir/msg.html" }
{if $Cbucket->show_page}
{foreach from=$template_files item=file}
{include_template_file file=$file}
{/foreach}
{/if}
</div>
</div>
<div class="left-column">
{include file="$style_dir/left_menu.html" }
</div>
<div class="clearfix"></div>
{include file="$style_dir/footer.html" }
</body>
</html>