2009-11-16 11:55:31 +00:00
|
|
|
{* Including Global Header *}
|
|
|
|
{include file="$style_dir/global_header.html"}
|
|
|
|
<body>
|
2011-01-13 13:58:58 +00:00
|
|
|
{include_header file="admin_bar"}
|
2009-11-16 11:55:31 +00:00
|
|
|
<!-- Including Commong header -->
|
2009-11-30 19:46:45 +00:00
|
|
|
<div class="container_container">
|
2011-01-05 14:42:09 +00:00
|
|
|
{include file="$style_dir/header.html" }
|
|
|
|
<div id="container" class="container clearfix" >
|
|
|
|
|
2009-12-01 11:51:31 +00:00
|
|
|
<div class="nav_shadow"></div>
|
2010-01-01 13:01:53 +00:00
|
|
|
<div id="content" style="">
|
2009-12-31 08:59:12 +00:00
|
|
|
|
|
|
|
{ANCHOR place='global'}
|
|
|
|
|
2009-11-30 19:46:45 +00:00
|
|
|
<!-- Message -->
|
|
|
|
{include file="$style_dir/message.html"}
|
|
|
|
{foreach from=$template_files item=file}
|
2011-02-17 15:05:45 +00:00
|
|
|
{include_template_file file=$file}
|
2009-11-30 19:46:45 +00:00
|
|
|
{/foreach}
|
|
|
|
</div> <!--CONTENT END-->
|
2011-02-11 10:48:47 +00:00
|
|
|
<div class="clear" style="margin-top:10px"></div>
|
2011-01-06 11:19:01 +00:00
|
|
|
|
2009-11-30 19:46:45 +00:00
|
|
|
<div id="footer">
|
|
|
|
<div class="changer">
|
2011-01-06 15:09:06 +00:00
|
|
|
|
2010-04-26 14:54:40 +00:00
|
|
|
{if config("allow_language_change")}
|
2010-01-25 07:41:17 +00:00
|
|
|
<form action="" method="post" name="change_lang">
|
|
|
|
{$cbobjects->display_languages()}
|
|
|
|
</form>
|
2010-04-26 14:54:40 +00:00
|
|
|
{/if}
|
2009-11-30 19:46:45 +00:00
|
|
|
<div class="ch_left"></div>
|
|
|
|
<div class="ch_right"></div>
|
|
|
|
</div> <!--CHANGER END-->
|
2011-02-11 10:48:47 +00:00
|
|
|
<div class="ch_shadow" style="height:10px"></div>
|
2010-01-01 13:01:53 +00:00
|
|
|
<!--FOOTER CLASS END-->
|
|
|
|
{include file="$style_dir/footer.html"}
|
2009-11-30 19:46:45 +00:00
|
|
|
</div> <!--FOOTER ID END-->
|
|
|
|
</div>
|
2009-11-16 11:55:31 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|