From: <ada...@us...> - 2003-07-14 20:40:36
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated In directory sc8-pr-cvs1:/tmp/cvs-serv26062/templates/article/Dated Modified Files: content.tpl Log Message: Added "Edit", "Delete", and "Print This Page" links to the bottom of all articles Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated/content.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** content.tpl 9 Jul 2003 20:24:28 -0000 1.1 --- content.tpl 14 Jul 2003 20:40:32 -0000 1.2 *************** *** 25,29 **** {CREATED_TEXT}<br /> {UPDATED_TEXT}<br /> ! {PRINT_ICON} </div> <!-- END DATEINFO --> --- 25,29 ---- {CREATED_TEXT}<br /> {UPDATED_TEXT}<br /> ! {EDIT} {DELETE} {PRINT_ICON} {EMAIL} </div> <!-- END DATEINFO --> |