View Single Post
  #2 (permalink)  
Old 10-13-2004, 10:17 AM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Add this to your modules/MODULENAME/index.php file just below the global line.

Code:
/**********************************/
/* Configuration                  */
/*                                */
/* You can change this:           */
/* $index = 0; (right side off)   */
/**********************************/
$index = 1;
Reply With Quote