View Single Post
  #3  
Old 01-10-2018, 05:48 AM
 
Paulw Paulw is offline
 

Senior Member
  
Join Date: Jul 2004
Location: United Kingdon (Manchester)
Posts: 134
 

Default Re: Alter subcategories_t.tpl to remove categories from homepage

{*
$Id: welcome.tpl,v 1.1.2.2 2010/08/09 06:39:52 aim Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{*
{if $display_greet_visitor_name}

<h1>{$lng.lbl_welcome_back|substitute:"name":$disp lay_greet_visitor_name} </h1>

{elseif $lng.lbl_site_title}

<h1>{$lng.lbl_welcome_to|substitute:"company":$lng .lbl_site_title|amp}</h1>

{else}

<h1>{$lng.lbl_welcome_to|substitute:"company":$con fig.Company.company_name|amp}</h1>

{/if}
*}

{if $categories}
{include file="customer/main/subcategories_t.tpl"}
{/if}

{*
{if $active_modules.Bestsellers and $config.Bestsellers.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}<br />
{/if}
*}

{include file="customer/main/featured.tpl"}
{* WCM - xCMS *}
{if $active_modules.WCM_xCMS}
{include file="modules/xcms/xcms_customer_welcome.tpl"}
{/if}
{* / WCM - xCMS *}

Thanks Steve,

I've already looked in there as attached above but can't find any reference to it. The reason I post a copy of the templates_t file is because if I comment out the file or change it's name, the categories don't show on home page, but also don't show on category page?

Thanks
Paul
__________________
X-Cart Gold V 4.4.1
Reply With Quote