You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
778 B

{* $Id$ *}
{if !isset($show_heading) or $show_heading neq "n"}
{if strlen($heading) > 0 and $prefs.feature_blog_heading eq 'y'}
{eval var=$heading}
{else}
{include file='blog_heading.tpl'}
{/if}
{if $use_find eq 'y'}
{include file='find.tpl' find_show_num_rows='y'}
{/if}
{/if}
{if $excerpt eq 'y'}
{assign "request_context" "excerpt"}
{else}
{assign "request_context" "view_blog"}
{/if}
{foreach from=$listpages item=post_info}
<article class="card blogpost clearfix d-block mb-5{if !empty($container_class)} {$container_class}{/if}">
{include file='blog_wrapper.tpl' blog_post_context=$request_context}
</article>
{/foreach}
{pagination_links cant=$cant step=$maxRecords offset=$offset}{/pagination_links}