|
disable this theme right block when forum selected??
hi 8)
here is my theme
|
Quote:
|
/************************************************** ***************************************/
/* Theme Header Start */
/************************************************** ***************************************/
function themeheader() {
include("header.htm");
echo"<table width=\"83%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"dir=\"rtl\">\n"
."<tr> \n"
."<td width=\"1\" bgcolor=\"454D64\"><img src=\"themes/Pixame_Group/images/pixel.gif\" width=\"1\" height=\"1\"></td>\n"
."<td width=\"150\" valign=\"top\"> <table width=\"83%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
if ($name == "Forums") {} else {blocks(left);}
echo"</td>\n"
."<td width=\"10\" valign=\"top\"><img src=\"themes/Pixame_Group/images/pixel.gif\" width=\"10\" height=\"1\"></p></td>\n"
."<td width=\"83%\" valign=\"top\">\n";
}
|
thanks
|