{* * @Module Name: Leo Blog * @Website: leotheme.com.com - prestashop template provider * @author Leotheme * @copyright 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 Configuration::get('LEOBLOG_SHARE_FB') || Configuration::get('LEOBLOG_SHARE_TW') } {/if} *} {*
{if $config->get('item_show_author','1')} person {l s='Posted By' mod='leoblog'}: {$blog->author|escape:'html':'UTF-8'} {/if} {if $config->get('item_show_category','1')} list {l s='In' mod='leoblog'}: {$blog->category_title|escape:'html':'UTF-8'} {/if} {if $config->get('item_show_created','1')} {l s='On' mod='leoblog'}: {/if} {if isset($blog_count_comment)&&$config->get('item_show_counter','1')} comment {l s='Comment' mod='leoblog'}: {$blog_count_comment|intval} {/if} {if isset($blog->hits)&&$config->get('item_show_hit','1')} favorite {l s='Hit' mod='leoblog'}: {$blog->hits|intval} {/if}
*} {if $blog->preview_url && $config->get('item_show_image','1')}
{/if}

{$blog->date_add|date_format:"%d/%m/%Y"}

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

{if $config->get('item_show_description',1)} {$blog->description nofilter}{* HTML form , no escape necessary *} {/if} {$blog->content nofilter}{* HTML form , no escape necessary *}
{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'}

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

{/if}
{/if}

Podziel się tym artykułem z Innymi!

{if $productrelated} {/if} {if $config->get('item_show_listcomment','1') == 1}
{if $config->get('item_comment_engine','local')=='facebook'} {include file="$_facebook_comment"} {elseif $config->get('item_comment_engine','local')=='diquis'} {include file="$_diquis_comment"} {else} {include file="$_local_comment"} {/if} {elseif $config->get('item_show_listcomment','1') == 0 && $config->get('item_show_formcomment','1') == 1}
{include file="$_local_comment"}
{/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}