From: Barry A. W. <bw...@us...> - 2004-10-24 22:24:45
|
Update of /cvsroot/ht2html/ht2html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9483 Modified Files: Skeleton.py Log Message: Add a get_searchbar() default. Index: Skeleton.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/Skeleton.py,v retrieving revision 2.13 retrieving revision 2.14 diff -C2 -d -r2.13 -r2.14 *** Skeleton.py 15 Oct 2004 18:03:57 -0000 2.13 --- Skeleton.py 24 Oct 2004 22:24:33 -0000 2.14 *************** *** 23,26 **** --- 23,31 ---- return None + def get_searchbar(self): + """Returns HTML for a search bar, or None if no searchbar. + """ + return None + def get_left_sidebar(self): """Returns HTML for the left sidebar or None. |