View Single Post
Old
  (#4 (permalink))
Verdugo
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jan 2003
02-01-2003, 08:26 PM

I changed to code to this and it didn't work Why ?
ps. dunno much of php
Code:
if ($name=='Forums') { 
    /* Don't display it. */ 
   } 
   else if ($name='Forums&file==search')
   			{
			blocks(left);
			}		
			 
	else if ($name=='Forums&file=ranks')
   			{
			blocks(left);
			}
			
	else if ($name=='Forums&file=faq')
   			{
			blocks(left);
			}		
	
	else if ($name=='Forums&file=rules')
   			{
			blocks(left);
			}
	
	else if ($name=='Forums&file=smilies_list')
   			{
			blocks(left);
			}	
			
	else if ($name=='Forums&file=statistics')
   			{
			blocks(left);
			}	
					
   else { 
    blocks(left); 
   }
   
Reply With Quote