View Single Post
  #197  
Old 02-10-2021, 05:34 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

To display latest blog posts as a carousel, you can get the code from /skin/reboot/custom/home/home_style_1.tpl
Quote:
{if $blog_latest && $config.Reboot.reboot_blog_homepage eq "Y"}
{include file="customer/featured_items.tpl" items=$blog_latest carousel=$config.Reboot.reboot_blog_carousel descr=$config.Reboot.reboot_blog_descr icon="bullhorn" title=$lng.lbl_featured_blog_posts nodialog=true nosubheader=false br=true align="center" col_left="12" col_right="12" autosize=true}
{/if}
__________________
xcartmods.co.uk
Reply With Quote