Diff for /ECHO_content/ECHO_collection.py between versions 1.55 and 1.56

version 1.55, 2004/05/06 13:12:07 version 1.56, 2004/05/06 13:29:45
Line 950  class ECHO_group(ECHO_collection): Line 950  class ECHO_group(ECHO_collection):
             return self.showOverview()              return self.showOverview()
         elif hasattr(self,'group_index_template'):          elif hasattr(self,'group_index_template'):
             return self.group_index_template()                 return self.group_index_template()   
           elif hasattr(self,'collection_index_template'):
               return self.collection_index_template()    
         elif hasattr(self,'main_index_template'):          elif hasattr(self,'main_index_template'):
             return self.main_index_template()                  return self.main_index_template()    
   

Removed from v.1.55  
changed lines
  Added in v.1.56


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>