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

@@ -947,7 +947,7 @@ while($row = $sql->fetch())
'parms' => array('w'=>30, 'h'=>30, 'shape'=>'circle', 'alt'=>'mytitle'),
'expected' => array(
"thumb.php?src=%7Be_AVATAR%7Ddefault%2Favatartest.png&w=30&h=30",
"class='img-circle user-avatar'",
"class='img-circle rounded-circle user-avatar'",
'alt="mytitle"',
)
),