|
From: Nathan C. <na...@us...> - 2001-10-24 23:08:02
|
Update of /cvsroot/phpbb/phpBB2/templates/PSO
In directory usw-pr-cvs1:/tmp/cvs-serv20231/templates/PSO
Modified Files:
bbcode.tpl
Log Message:
[quote=username] bbcode.
Index: bbcode.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/PSO/bbcode.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** bbcode.tpl 2001/10/01 23:22:18 1.2
--- bbcode.tpl 2001/10/24 22:52:24 1.3
***************
*** 30,33 ****
--- 30,41 ----
<td><font size="-1"><blockquote>
<!-- END quote_open -->
+ <!-- BEGIN quote_username_open -->
+ <table width="85%" cellspacing="0" cellpadding="0" border="0" align="center">
+ <tr>
+ <td><font size="-1">{USERNAME} {L_WROTE}:</font><hr /></td>
+ </tr>
+ <tr>
+ <td><font size="-1"><blockquote>
+ <!-- END quote_username_open -->
<!-- BEGIN quote_close -->
</blockquote></font></td>
|