View Single Post
  #5  
Old 10-13-2003, 03:46 PM
  kangus's Avatar 
kangus kangus is offline
 

Senior Member
  
Join Date: Feb 2003
Posts: 160
 

Default Show News MOD

modify /skin1/customer/home.tpl
Add the if statement:

{if $conf.news_show}
{ include file="news.tpl" }
{/if}

INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox');

Now you can turn the news on/off from the General/Modules screen.
Reply With Quote