2009-12-25 17:13:06 +00:00
|
|
|
{include file="$style_dir/global_header.html" }
|
|
|
|
<body>
|
|
|
|
<!-- Including Commong header -->
|
|
|
|
{include file="$style_dir/header.html" }
|
|
|
|
{include file="$style_dir/msg.html" }
|
|
|
|
|
2011-02-14 12:55:46 +00:00
|
|
|
<div style="{if $mode!='watermark_settings'}min-height:600px;{/if} min-width:1000px">
|
2009-12-25 17:13:06 +00:00
|
|
|
|
2010-01-16 13:39:31 +00:00
|
|
|
{if $smarty.cookies.admin_menu=='hide'}
|
|
|
|
{assign var='left_menu_class' value='left_menu_0'}
|
|
|
|
{assign var='contentcolumn_class' value='contentcolumn0'}
|
|
|
|
{else}
|
|
|
|
{assign var='left_menu_class' value='left_menu'}
|
|
|
|
{assign var='contentcolumn_class' value='contentcolumn'}
|
|
|
|
{/if}
|
2010-01-14 15:29:09 +00:00
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
2010-01-19 08:05:09 +00:00
|
|
|
<!-- Setting Body File -->
|
|
|
|
{if $Cbucket->show_page}
|
|
|
|
<div id="contentwrapper">
|
|
|
|
<div id="contentcolumn" class="{$contentcolumn_class}">
|
2010-01-25 07:41:17 +00:00
|
|
|
<div class="innertube" style="padding-right:10px">
|
2010-02-25 09:07:50 +00:00
|
|
|
{foreach from=$template_files item=file}
|
2011-02-21 16:14:11 +00:00
|
|
|
{include_template_file file=$file}
|
2010-02-25 09:07:50 +00:00
|
|
|
{/foreach}
|
2010-01-19 08:05:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2010-01-14 15:29:09 +00:00
|
|
|
</div>
|
2010-01-19 08:05:09 +00:00
|
|
|
{/if}
|
|
|
|
<!-- Setting Body File -->
|
2010-01-14 15:29:09 +00:00
|
|
|
|
|
|
|
|
2010-01-19 08:05:09 +00:00
|
|
|
<!-- Changing Left Menu -->
|
2010-01-14 15:29:09 +00:00
|
|
|
{include file="$style_dir/left_menu.html" }
|
|
|
|
|
2009-12-25 17:13:06 +00:00
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{include file="$style_dir/footer.html" }
|
|
|
|
</body>
|
|
|
|
</html>
|