2012-04-28 20:11:43 +00:00
|
|
|
{include file="$style_dir/global_header.html" }
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Including Commong header -->
|
|
|
|
{include file="$style_dir/header.html" }
|
|
|
|
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
|
|
|
|
2012-05-19 13:42:45 +00:00
|
|
|
|
|
|
|
<!-- The Content -->
|
|
|
|
<div class="content-container">
|
|
|
|
<div class="content">
|
|
|
|
{include file="$style_dir/msg.html" }
|
|
|
|
|
2012-04-28 20:11:43 +00:00
|
|
|
{if $Cbucket->show_page}
|
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include_template_file file=$file}
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2012-05-19 13:42:45 +00:00
|
|
|
<div class="left-column">
|
|
|
|
{include file="$style_dir/left_menu.html" }
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2012-04-28 20:11:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{include file="$style_dir/footer.html" }
|
|
|
|
</body>
|
|
|
|
</html>
|