View Single Post
  #2 (permalink)  
Old 06-27-2003, 11:51 AM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Well, think about it, what would the "logical" thing to do be??? :roll:

ok I'll tell ya, add that $index =1; code to the "other" modules index.php file that you want the right blocks to show on.

Code:
/**********************************/
/* Configuration                  */
/*                                */
/* You can change this:           */
/* $index = 0; (right side off)   */
/**********************************/
$index = 1;
It should be added towards the top of the files just below this part.

mikem
Code:
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
    die ("You can't access this file directly...");
}
mikem
Reply With Quote