mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Closes #4001 - Allow class styling of {USER_JUMP_LINK}
e.g. {USER_JUMP_LINK=prev|class=btn-secondary}
This commit is contained in:
@@ -588,6 +588,7 @@ function sc_user_email($parm='')
|
|||||||
e107::setRegistry('userjump', $userjump);
|
e107::setRegistry('userjump', $userjump);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$class = empty($parms[2]['class']) ? 'e-tip' : $parms[2]['class'];
|
||||||
|
|
||||||
|
|
||||||
if($parm == 'prev')
|
if($parm == 'prev')
|
||||||
|
Reference in New Issue
Block a user