[geeklog-cvs] geeklog-1.3/public_html/layout/Classic/comment thread.thtml,1.5,1.6

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Oct 10 06:58:20 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/layout/Classic/comment
In directory www:/tmp/cvs-serv29621/Classic/comment

Modified Files:
	thread.thtml 
Log Message:
Use {start_author_anchortag} and {end_author_anchortag} so we don't end up with links to the Anonymous user's profile ...


Index: thread.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/Classic/comment/thread.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** thread.thtml	1 Aug 2004 08:57:40 -0000	1.5
--- thread.thtml	10 Oct 2004 10:58:18 -0000	1.6
***************
*** 2,6 ****
    <ul><li>
      <a href="{site_url}/comment.php?mode=display&order={order}&pid={pid}">{title}</a>
!     - {lang_authoredby} <a href="{site_url}/users.php?mode=profile&uid={author_id}">{author}</a> {lang_on} {date}
    </li></ul>
  </div>
--- 2,6 ----
    <ul><li>
      <a href="{site_url}/comment.php?mode=display&order={order}&pid={pid}">{title}</a>
!     - {lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}
    </li></ul>
  </div>




More information about the geeklog-cvs mailing list