1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 18:47:54 +01:00

Closes #4001 - Allow class styling of {USER_JUMP_LINK}

e.g. {USER_JUMP_LINK=prev|class=btn-secondary}
This commit is contained in:
Tijn Kuyper 2019-11-03 15:07:38 +01:00
parent c453606145
commit 9f781d579a
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -588,6 +588,7 @@ function sc_user_email($parm='')
e107::setRegistry('userjump', $userjump);
}
$class = empty($parms[2]['class']) ? 'e-tip' : $parms[2]['class'];
if($parm == 'prev')