26 lines
No EOL
803 B
HTML
26 lines
No EOL
803 B
HTML
<!-- 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="cb_floating_box"}
|
|
{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> |