mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Fix for forgotten password page layout in membersonly mode.
This commit is contained in:
@@ -175,7 +175,7 @@ class user_shortcodes extends e_shortcode
|
||||
}
|
||||
else
|
||||
{
|
||||
return $USER_LEVEL = $ldata[1];
|
||||
return $ldata[1];
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -93,8 +93,8 @@ $FPW_TEMPLATE['form'] = '
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
$FPW_TEMPLATE['header'] = '';
|
||||
$FPW_TEMPLATE['footer'] = '';
|
||||
$FPW_TEMPLATE['header'] = '<div id="fpw-page" class="container">';
|
||||
$FPW_TEMPLATE['footer'] = '</div>';
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user