1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

BS4 images rounded.

This commit is contained in:
Cameron
2017-01-20 10:46:57 -08:00
parent d5af3b9246
commit 0d865446e8
7 changed files with 9 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ class bb_img extends e_bb_base
$imgParms['title'] = $imgParms['alt'] ;
$imgParms['class'] = "img-rounded bbcode ".e107::getBB()->getClass('img');; // This will be overridden if a new class is specified
$imgParms['class'] = "img-rounded rounded bbcode ".e107::getBB()->getClass('img');; // This will be overridden if a new class is specified
if($mode == 'string')
{