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