View Single Post
  #7  
Old 03-02-2006, 04:57 PM
  thundernugs's Avatar 
thundernugs thundernugs is offline
 

Senior Member
  
Join Date: May 2003
Location: Bend, OR
Posts: 117
 

Default

zman, looks like the code may be different from 4.0.11 to 4.0.17.

without seeing your entire home.tpl, it's hard to tell. you can also try commenting out just the include, something like this:


Code:
{if $active_modules.Users_online ne ""} { include file="modules/Users_online/menu_users_online.tpl" } {/if}

to this

Code:
{if $active_modules.Users_online ne ""} {*{ include file="modules/Users_online/menu_users_online.tpl" } *} {/if}

mike
__________________
X-Cart Gold 4.0.17 & 4.0.18
Linux Server
Hands-On Hosting
http://www.CoreCases.com - Ipod Cases
http://www.InnovativeOutlet.com - Pet Plants and other cool stuff you need
Reply With Quote