{* * @Module Name: Leo Blog * @Website: leotheme.com.com - prestashop template provider * @author Leotheme * @copyright 2007-2018 Leotheme * @description: Content Management *} {extends file=$layout} {block name='content'}
{if isset($error)}
{l s='Sorry, We are updating data, please come back later!!!!' mod='leoblog'}
{else}
{if $is_active}

{$blog->meta_title|escape:'html':'UTF-8'}

{if $blog->preview_url && $config->get('item_show_image','1')}
{/if}
{if $config->get('item_show_description',1)} {$blog->description nofilter}{* HTML form , no escape necessary *} {/if} {$blog->content nofilter}{* HTML form , no escape necessary *}
{hook h='displayApSC' sc_key=sc3387676650}
{if trim($blog->video_code)}
{$blog->video_code nofilter}{* HTML form , no escape necessary *}
{/if} {if $tags}
{l s='Tags:' mod='leoblog'} {foreach from=$tags item=tag name=tag} {$tag.tag|escape:'html':'UTF-8'} {/foreach}
{/if} {if !empty($samecats)||!empty($tagrelated)}
{if !empty($samecats)}

{l s='In Same Category' mod='leoblog'}

{/if} {if !empty($tagrelated)}

{l s='Related by Tags' mod='leoblog'}

{/if}
{/if} {if $productrelated} {/if} {if $config->get('item_show_listcomment','1') == 1}
{if $config->get('item_comment_engine','local')=='facebook'} {include file="module:leoblog/views/templates/front/default/_facebook_comment.tpl"} {elseif $config->get('item_comment_engine','local')=='diquis'} {include file="module:leoblog/views/templates/front/default/_diquis_comment.tpl"} {else} {include file="module:leoblog/views/templates/front/default/_local_comment.tpl"} {/if} {elseif $config->get('item_show_listcomment','1') == 0 && $config->get('item_show_formcomment','1') == 1}
{include file="module:leoblog/views/templates/front/default/_local_comment.tpl"}
{/if} {else}
{l s='Sorry, This blog is not avariable. May be this was unpublished or deleted.' mod='leoblog'}
{/if}
{l s='Sunday' mod='leoblog'} {l s='Monday' mod='leoblog'} {l s='Tuesday' mod='leoblog'} {l s='Wednesday' mod='leoblog'} {l s='Thursday' mod='leoblog'} {l s='Friday' mod='leoblog'} {l s='Saturday' mod='leoblog'} {l s='January' mod='leoblog'} {l s='February' mod='leoblog'} {l s='March' mod='leoblog'} {l s='April' mod='leoblog'} {l s='May' mod='leoblog'} {l s='June' mod='leoblog'} {l s='July' mod='leoblog'} {l s='August' mod='leoblog'} {l s='September' mod='leoblog'} {l s='October' mod='leoblog'} {l s='November' mod='leoblog'} {l s='December' mod='leoblog'}
{/if}
{/block}