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:
@@ -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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user