1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 19:14:09 +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

@@ -3710,7 +3710,7 @@ class e_parser
}
$title = (ADMIN) ? $image : $tp->toAttribute($userData['user_name']);
$shape = (!empty($options['shape'])) ? "img-".$options['shape'] : "img-rounded";
$shape = (!empty($options['shape'])) ? "img-".$options['shape'] : "img-rounded rounded";
if(!empty($options['type']) && $options['type'] == 'url')
{