|
Adding Left Blocks to vWar Module With c3s theme.php
hello...i recently installed the c3s theme and i'm having trouble with Function themeheader. i installed the vwar module and when viewing any vwar page the left blocks do not show. i prefer that they show and i don't understand the following...
/************************************************** **********/
/* Function themeheader() */
/* */
/* Control the header for your site. You need to define the */
/* BODY tag and in some part of the code call the blocks */
/* function for left side with: blocks(left); */
/************************************************** **********/
so...do i add the following in theme.php, themeheader section:
global $hideleft;
...
if($hideleft == 1){
/* Don't display it. */
} else {
blocks(left);
}
and in the vwar module add:
global $hideleft;
$hideleft =0;
??????????????????????????????????????????
i'm really lost on this one...any help would be terrific at this point.
phpnuke 7.5 chatserv patched
|