diff --git a/e107_core/shortcodes/batch/bbcode_shortcodes.php b/e107_core/shortcodes/batch/bbcode_shortcodes.php index 45b3458e4..e9eb8778e 100644 --- a/e107_core/shortcodes/batch/bbcode_shortcodes.php +++ b/e107_core/shortcodes/batch/bbcode_shortcodes.php @@ -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');