[Comoblog-commit] modules/mod_latest_comments/templates mod_latest_comments.tpl.html,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 23:24:25
|
Update of /cvsroot/comoblog/modules/mod_latest_comments/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32685/mod_latest_comments/templates Added Files: mod_latest_comments.tpl.html Log Message: MOD LATEST COMMENTS as request https://sourceforge.net/forum/message.php?msg_id=3580702 lists the text of the latest comments in the side bar --- NEW FILE: mod_latest_comments.tpl.html --- <!-- BEGIN: main --> <div id="mod_latest_comments"> Latest Comments <!-- BEGIN: latest_comments --> on {LATEST_COMMENTS.comment_added}, {LATEST_COMMENTS.comment_author} said <br/> <b><i> {LATEST_COMMENTS.comment_text} </i></b> <br/> about : <a href="{LATEST_COMMENTS.post_permalink}">{LATEST_COMMENTS.post_mail_subject}</a> <br/><br/><br/> <!-- END: latest_comments --> <hr/> </div> <!-- END: main --> |