From: Eloi G. <ada...@us...> - 2006-02-23 06:16:44
|
Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24050/templates Modified Files: forums_menu.tpl view_forum_top.tpl view_thread_top.tpl Log Message: Feature Request [ 1034602 ] "view posts since last visit" - Still need an icon for the button, though... Index: forums_menu.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/forums_menu.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** forums_menu.tpl 4 Feb 2006 01:36:58 -0000 1.1 --- forums_menu.tpl 23 Feb 2006 06:16:37 -0000 1.2 *************** *** 9,11 **** --- 9,14 ---- {MYPROFILE} <!-- END PROFILE --> + <!-- BEGIN NEWSTUFF --> + {NEW_POSTS} + <!-- END NEWSTUFF --> <!-- END ACTIONS --> \ No newline at end of file Index: view_forum_top.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_forum_top.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** view_forum_top.tpl 26 Oct 2004 05:14:08 -0000 1.4 --- view_forum_top.tpl 23 Feb 2006 06:16:37 -0000 1.5 *************** *** 21,23 **** --- 21,26 ---- {MYPROFILE} <!-- END PROFILE --> + <!-- BEGIN NEWSTUFF --> + {NEW_POSTS} + <!-- END NEWSTUFF --> <!-- END ACTIONS --> \ No newline at end of file Index: view_thread_top.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_thread_top.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** view_thread_top.tpl 5 Jan 2005 15:50:33 -0000 1.5 --- view_thread_top.tpl 23 Feb 2006 06:16:37 -0000 1.6 *************** *** 21,24 **** --- 21,27 ---- {MYPROFILE} <!-- END PROFILE --> + <!-- BEGIN NEWSTUFF --> + {NEW_POSTS} + <!-- END NEWSTUFF --> <!-- END ACTIONS --> <!-- BEGIN THREAD_MOVE --> |