View Single Post
Old
  (#2 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
10-13-2004, 11:17 AM

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