diff options
author | natec <natec@users.sourceforge.net> | 2001-10-24 22:52:24 +0000 |
---|---|---|
committer | natec <natec@users.sourceforge.net> | 2001-10-24 22:52:24 +0000 |
commit | a719de20ea0c4673c4a534649eaf26cf7b367f61 (patch) | |
tree | d00f4751de8b6619913f75964aaff1e8252faaa6 /phpBB/templates/Default/bbcode.tpl | |
parent | 1cb57d636726160443f048c53aff087feff6f0cb (diff) | |
download | forums-a719de20ea0c4673c4a534649eaf26cf7b367f61.tar forums-a719de20ea0c4673c4a534649eaf26cf7b367f61.tar.gz forums-a719de20ea0c4673c4a534649eaf26cf7b367f61.tar.bz2 forums-a719de20ea0c4673c4a534649eaf26cf7b367f61.tar.xz forums-a719de20ea0c4673c4a534649eaf26cf7b367f61.zip |
[quote=username] bbcode.
git-svn-id: file:///svn/phpbb/trunk@1243 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default/bbcode.tpl')
-rwxr-xr-x | phpBB/templates/Default/bbcode.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/templates/Default/bbcode.tpl b/phpBB/templates/Default/bbcode.tpl index 2cfdb4b0fe..62e10a1892 100755 --- a/phpBB/templates/Default/bbcode.tpl +++ b/phpBB/templates/Default/bbcode.tpl @@ -32,6 +32,19 @@ <font size="-1"> <blockquote> <!-- END quote_open --> +<!-- BEGIN quote_open --> +<table border="0" align="center" width="85%"> + <tr> + <td> + <font size="-1">{USERNAME} {L_WROTE}:</font> + <hr /> + </td> + </tr> + <tr> + <td> + <font size="-1"> + <blockquote> +<!-- END quote_open --> <!-- BEGIN quote_close --> </blockquote> </font> |