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:
parent
c453606145
commit
9f781d579a
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user