mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
More PHP 8.1 fixes.
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
|
||||
// This is used on the front-end. ie. comments etc.
|
||||
$BBCODE_TEMPLATE = "
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=left}{BB=center}{BB=right}{BB=justify}
|
||||
{BB=bq}{BB=list}{BB=emotes}
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=left}{BB=center}{BB=right}{BB=justify}{BB=bq}{BB=list}{BB=emotes}
|
||||
<div class='field-spacer'><!-- --></div>
|
||||
";
|
||||
|
||||
@@ -29,8 +28,7 @@ $BBCODE_TEMPLATE_COMMENT = ""; // no buttons on comments by default.
|
||||
// $BBCODE_TEMPLATE .= "{BB=blank}";
|
||||
|
||||
$BBCODE_TEMPLATE_SIGNATURE = "
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=left}{BB=center}{BB=right}{BB=justify}
|
||||
{BB=list}
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=left}{BB=center}{BB=right}{BB=justify}{BB=list}
|
||||
<div class='field-spacer'><!-- --></div>
|
||||
";
|
||||
|
||||
@@ -73,8 +71,7 @@ $BBCODE_TEMPLATE_MAILOUT = "
|
||||
|
||||
$BBCODE_TEMPLATE_NEWSPOST = "
|
||||
<div class='btn-toolbar'>
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=format}{BB=left}{BB=center}{BB=right}{BB=justify}
|
||||
{BB=list}{BB=table}{BB=fontcol}{BB=fontsize}{BB=emotes}{BB=flash}
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=format}{BB=left}{BB=center}{BB=right}{BB=justify}{BB=list}{BB=table}{BB=fontcol}{BB=fontsize}{BB=emotes}{BB=flash}
|
||||
{BB_PREIMAGEDIR=news}
|
||||
<div class='btn-group'>{BB=preimage}{BB=prefile}{BB=youtube}</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user