26 lines
No EOL
758 B
HTML
26 lines
No EOL
758 B
HTML
{include file="$style_dir/global_header.html"}
|
|
<body>
|
|
|
|
<div id="container">
|
|
{ANCHOR place='premium_button'}
|
|
<!-- This Condition is added for view photo ajx based request -->
|
|
{if ($_GET['moto'] != 'ajax')}
|
|
{include file="$style_dir/header.html"}
|
|
{/if}
|
|
{*if this_page('channels')*}
|
|
{*include file="$style_dir/sidebar.html" display_type='channels'*}
|
|
|
|
{*else*}
|
|
{*include file="$style_dir/sidebar.html" display_type='categories'*}
|
|
{*/if*}
|
|
<!-- Message -->
|
|
{include file="$style_dir/message.html"}
|
|
|
|
{foreach from=$template_files item=file}
|
|
{include_template_file file=$file}
|
|
{/foreach}
|
|
|
|
{include file="$style_dir/footer.html" }
|
|
</div>
|
|
</body>
|
|
</html> |