From: Eloi G. <ada...@us...> - 2004-08-21 17:03:08
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29156/templates Modified Files: config.tpl Added Files: diff.tpl Log Message: 2.5 Release Files Index: config.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/config.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.tpl 19 Feb 2004 21:48:55 -0000 1.3 --- config.tpl 21 Aug 2004 17:02:17 -0000 1.4 *************** *** 16,19 **** --- 16,21 ---- {RESTRICTED_VIEWING} <br /> + {ARCHIVE_DAYS} + <br /> <br /> --- NEW FILE: diff.tpl --- <h3> {TITLE} </h3> {BACKLINK} <br /> <br /> <center> <table border="0" bgcolor="#cff9f4" width="95%"> <tr> <td align="center" width="50%"><b>{THIS_LABEL}</b></td> <td align="center" width="50%"><b>{THAT_LABEL}</b></td> </tr> </table> {STATS} <table border="0" bgcolor="#cff9f4" width="95%"> {DIFFCONTENT} </table></center> <br /> <br /> <hr /> <h3>{TITLE2}</h3> <br /> <br /> {CURR_ARTICLE} |