[geeklog-cvs] geeklog-1.3/public_html/layout/XSilver/comment thread.thtml,1.1,1.2

dhaun at geeklog.net dhaun at geeklog.net
Fri Jan 16 15:43:16 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/XSilver/comment
In directory geeklog_prod:/tmp/cvs-serv28945/XSilver/comment

Modified Files:
thread.thtml
Log Message:
Use {lang_authoredby} and {lang_on} instead of hard-coded English text strings.


Index: thread.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/XSilver/comment/thread.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** thread.thtml 17 Aug 2003 09:38:02 -0000 1.1
--- thread.thtml 16 Jan 2004 20:43:14 -0000 1.2
***************
*** 2,6 ****
<li>
<a href="{site_url}/comment.php?mode=display&amp;sid={sid}&amp;title={title}&amp;type={type}&amp;order={order}&amp;pid={pid}">{title}</a>
! - Authored by: <a href="{site_url}/users.php?mode=profile&amp;uid={author_id}">{author}</a> on {date}
</li>
! </div>
\ No newline at end of file
--- 2,6 ----
<li>
<a href="{site_url}/comment.php?mode=display&amp;sid={sid}&amp;title={title}&amp;type={type}&amp;order={order}&amp;pid={pid}">{title}</a>
! - {lang_authoredby} <a href="{site_url}/users.php?mode=profile&amp;uid={author_id}">{author}</a> {lang_on} {date}
</li>
! </div>





More information about the geeklog-cvs mailing list