2016-05-09 14:42:33 +05:00
|
|
|
<!-- 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">
|
2016-05-17 17:56:54 +05:00
|
|
|
{ANCHOR place="cb_floating_box"}
|
2016-03-16 17:30:07 +05:00
|
|
|
{ANCHOR place='premium_button'}
|
2016-04-27 15:44:45 +05:00
|
|
|
<!-- This Condition is added for view photo ajx based request -->
|
2016-05-09 14:42:33 +05:00
|
|
|
{if ($smarty.get['moto'] != 'ajax')}
|
2016-04-27 15:44:45 +05:00
|
|
|
{include file="$style_dir/header.html"}
|
|
|
|
{/if}
|
2016-03-16 17:30:07 +05:00
|
|
|
<!-- Message -->
|
|
|
|
{include file="$style_dir/message.html"}
|
|
|
|
|
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include_template_file file=$file}
|
|
|
|
{/foreach}
|
|
|
|
|
2016-05-09 14:42:33 +05:00
|
|
|
<!-- This Condition is for view photo ajax mode-->
|
|
|
|
{if ($smarty.get['moto'] != 'ajax')}
|
|
|
|
{include file="$style_dir/footer.html" }
|
|
|
|
{/if}
|
2016-03-16 17:30:07 +05:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|