| Code:
|
if ($name=='DisError' ||
$name=='Forums' ||
$name=='Members' ||
$name=='Members_List' ||
$name=='Private_Messages') {
}
else {
blocks(left);
}
echo "</td>\n"
."<td><img src=\"themes/BlindSide/images/pixel.gif\" width=\"5\" height=\"0\" border=\"0\" alt=\"\"></td>\n"
."<td width=\"100%\"><br>";
}
|
| Code:
|
if ($name=='First module you want to show right blocks' ||
$name=='Second module you want to show right blocks' ||
$name=='Third module you want to show right blocks' ||
$name=='Forth module you want to show right blocks' ||
$name=='Fifth module you want to show right blocks' ) {
}
else {
blocks(right);
}
echo "</td>\n"
."<td><img src=\"themes/BlindSide/images/pixel.gif\" width=\"5\" height=\"0\" border=\"0\" alt=\"\"></td>\n"
."<td width=\"100%\"><br>";
}
|
| Code:
|
/************************************************************/
/* Function themefooter() */
/* */
/* Control the footer for your site. You don't need to */
/* close BODY and HTML tags at the end. In some part call */
/* the function for right blocks with: blocks(right); */
/* Also, $index variable need to be global and is used to */
/* determine if the page your're viewing is the Homepage or */
/* and internal one. */
/************************************************************/
|