View Single Post
  #2  
Old 07-17-2004, 09:38 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Admin => Edit Templates

Customer/home.tpl

Edit this file.

At the bottom you will see
Code:
{include file="news.tpl"}

Change this to
Code:
{* include file="news.tpl" *}

What you have done is changed this Smarty include (it is now a comment and not an actual element to be parsed) so that it won't add the news.tpl component to the site.
Reply With Quote