clipbucket/upload/styles/cb_28/layout/body.html

25 lines
764 B
HTML
Raw Normal View History

<!-- This Condition is for view photo ajax mode-->
{if ($smarty.get['moto'] != 'ajax')}
{include file="$style_dir/global_header.html"}
{/if}
<body>
<div id="container">
{ANCHOR place='premium_button'}
<!-- This Condition is added for view photo ajx based request -->
{if ($smarty.get['moto'] != 'ajax')}
{include file="$style_dir/header.html"}
{/if}
<!-- Message -->
{include file="$style_dir/message.html"}
{foreach from=$template_files item=file}
{include_template_file file=$file}
{/foreach}
<!-- This Condition is for view photo ajax mode-->
{if ($smarty.get['moto'] != 'ajax')}
{include file="$style_dir/footer.html" }
{/if}
</div>
</body>
</html>