View Single Post
Old
  (#8 (permalink))
Snorii
Junior Member
 
Status: Offline
Posts: 3
Join Date: Mar 2005
03-22-2005, 12:16 PM

Quote:
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