1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Added missing blockquote image in bbcode editor

This commit is contained in:
Moc
2014-06-24 19:09:23 +02:00
parent a41e352a97
commit 06b1935f61

View File

@@ -536,6 +536,7 @@ class bbcode_shortcodes extends e_shortcode
$bbcode['left'] = array($bbcode_func, "[left][/left]", LANHELP_29, "left.png", '', '', 'align-left');
$bbcode['right'] = array($bbcode_func, "[right][/right]", LANHELP_30, "right.png", '', '', 'align-right');
$bbcode['bq'] = array($bbcode_func, "[blockquote][/blockquote]", LANHELP_31, "blockquote.png", '', '', 'quote-left');
$bbcode['list'] = array($bbcode_func, "[list][/list]", LANHELP_36, "list.png", '', '', 'list');
$bbcode['img'] = array($bbcode_func, "[img][/img]", LANHELP_27, "image.png" , '', '', 'picture-o');
$bbcode['flash'] = array($bbcode_func, "[flash=width,height][/flash]", LANHELP_47, "flash.png", '', '', 'flash');