|
From: Florin C B. <ory...@us...> - 2013-04-26 14:14:43
|
Update of /cvsroot/mxbb/core/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11642 Modified Files: bbcode.tpl Log Message: phpBB3 bbcode update Index: bbcode.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/bbcode.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bbcode.tpl 11 Jul 2009 21:58:44 -0000 1.7 --- bbcode.tpl 26 Apr 2013 14:14:41 -0000 1.8 *************** *** 38,41 **** --- 38,48 ---- <span class="postbody"><!-- END code_close --> + <!-- BEGIN inline_attachment_open --> + <div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent"> + <!-- END inline_attachment_open --> + + <!-- BEGIN inline_attachment_close --> + </div> + <!-- END inline_attachment_close --> <!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open --> |