Revision: 11321
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at January 31, 2009 16:03 by lexx
                            
                            Initial Code
if ( arg(1) == 'term' && is_numeric(arg(2)) )  {
$tid = arg(2);
return $tid;
}
                                Initial URL
Initial Description
I wanted to show a block of the current taxonomy term info (desc, name, img) in Drupal 6 views 2 Provide default argument
Initial Title
Term Type Views - Taxonomy Argument
Initial Tags
drupal
Initial Language
PHP