From: Chris W. <la...@us...> - 2005-03-03 13:03:30
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4083/conf Modified Files: action.ini Log Message: add a title to the 'recent comments' box Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/conf/action.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** action.ini 28 Feb 2005 01:56:12 -0000 1.5 --- action.ini 3 Mar 2005 13:02:55 -0000 1.6 *************** *** 36,40 **** class = OpenInteract2::Action::Comments task = comment_recent ! url_none = yes is_secure = no ! default_comment_count = 5 \ No newline at end of file --- 36,41 ---- class = OpenInteract2::Action::Comments task = comment_recent ! title = Recent Comments is_secure = no ! default_comment_count = 5 ! url_none = yes |