View Single Post
  #8 (permalink)  
Old 03-22-2005, 11:16 AM
Snorii Snorii is offline
Junior Member
 
Join Date: Mar 2005
Posts: 3
Originally Posted by lt_s7orm
TT
I didn`t worked... I will find another way, but can you help me for the other problem:
The right block column is only in the main page active. After entering any other module it disapears.. is there any solution???
Find

$index = 0;

Replace with

$index = 1;

(0 : do not show right blocks - 1:show right blocks)
Reply With Quote