2014-01-18 13:35:29 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2015-02-25 11:36:58 +00:00
|
|
|
<head>
|
|
|
|
{include file="$layout_dir/global_header.html" }
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{include file="$layout_dir/header.html"}
|
2014-01-18 13:35:29 +00:00
|
|
|
<div class="main-container container" id="main-container">
|
2015-02-25 11:36:58 +00:00
|
|
|
<div class="main-container-inner">
|
2014-01-18 13:35:29 +00:00
|
|
|
<div class="sidebar" id="sidebar">
|
2014-01-23 13:26:16 +00:00
|
|
|
{include file="$layout_dir/left_menu.html"}
|
2014-01-18 13:35:29 +00:00
|
|
|
</div>
|
|
|
|
<div class="main-content">
|
|
|
|
<div id="breadcrumbs" class="breadcrumbs">
|
|
|
|
<ul class="breadcrumb">
|
|
|
|
<li>
|
|
|
|
<i class="icon-home home-icon"></i>
|
2014-04-04 13:31:00 +00:00
|
|
|
<a href="#">{$smarty.const.MAIN_PAGE}</a>
|
2014-01-18 13:35:29 +00:00
|
|
|
</li>
|
2014-04-04 13:31:00 +00:00
|
|
|
<li class="active"> {$smarty.const.SUB_PAGE}</li>
|
2014-01-18 13:35:29 +00:00
|
|
|
</ul><!-- .breadcrumb -->
|
2014-01-21 05:30:33 +00:00
|
|
|
|
2015-04-16 10:26:18 +00:00
|
|
|
|
2014-01-18 13:35:29 +00:00
|
|
|
</div>
|
|
|
|
<div class="page-content">
|
2015-02-25 11:36:58 +00:00
|
|
|
{include file="$style_dir/msg.html" }
|
2014-01-18 13:35:29 +00:00
|
|
|
<!-- Setting Body File -->
|
|
|
|
{if $Cbucket->show_page}
|
2015-02-25 11:36:58 +00:00
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include_template_file file=$file}
|
|
|
|
{/foreach}
|
2014-01-18 13:35:29 +00:00
|
|
|
{/if}
|
|
|
|
<!-- Setting Body File -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include file="$layout_dir/footer.html" }
|
|
|
|
</div>
|
2015-02-25 11:36:58 +00:00
|
|
|
</body>
|
2014-01-18 13:35:29 +00:00
|
|
|
</html>
|