From: Chris W. <la...@us...> - 2005-09-24 14:02:04
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17457/conf Modified Files: action.ini Log Message: define template here instead of action Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/conf/action.ini,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** action.ini 4 Mar 2005 15:22:11 -0000 1.7 --- action.ini 24 Sep 2005 14:01:54 -0000 1.8 *************** *** 44,50 **** class = OpenInteract2::Action::Comments task = comment_recent ! title = Recent Comments is_secure = no default_comment_count = 5 url_none = yes ! cache_expire = 30m \ No newline at end of file --- 44,52 ---- class = OpenInteract2::Action::Comments task = comment_recent ! title_key = comments.recent is_secure = no default_comment_count = 5 url_none = yes ! cache_expire = 30m ! template_source = comments::box_comment_recent ! |