1
0
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:
Cameron
2020-12-30 14:24:38 -08:00
parent ffc605f936
commit 515d81ebb7
8 changed files with 427 additions and 4 deletions

View File

@@ -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')
{