mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Sigin plugin/shortcode added.
This commit is contained in:
@@ -4521,7 +4521,7 @@ class e_parser
|
||||
}
|
||||
|
||||
$title = (ADMIN) ? $image : $tp->toAttribute($userData['user_name']);
|
||||
$shape = (!empty($options['shape'])) ? 'img-' .$options['shape'] : 'img-rounded rounded ';
|
||||
$shape = (!empty($options['shape'])) ? 'img-' .$options['shape'] : 'img-rounded rounded';
|
||||
|
||||
if($shape === 'img-circle')
|
||||
{
|
||||
|
Reference in New Issue
Block a user