mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Merge pull request #3246 from SimSync/fix_3228
Fixes #3228 show extended user field also in non bootstrap themes
This commit is contained in:
commit
253ae3b6ba
@ -462,7 +462,7 @@ class usersettings_shortcodes extends e_shortcode
|
|||||||
$ue = e107::getUserExt();
|
$ue = e107::getUserExt();
|
||||||
|
|
||||||
|
|
||||||
if(THEME_LEGACY === true)
|
if(THEME_LEGACY === true || !deftrue('BOOTSTRAP'))
|
||||||
{
|
{
|
||||||
$USEREXTENDED_FIELD = $this->legacyTemplate['USEREXTENDED_FIELD'];
|
$USEREXTENDED_FIELD = $this->legacyTemplate['USEREXTENDED_FIELD'];
|
||||||
$REQUIRED_FIELD = $this->legacyTemplate['REQUIRED_FIELD'];
|
$REQUIRED_FIELD = $this->legacyTemplate['REQUIRED_FIELD'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user