mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Fix for forgotten password page layout in membersonly mode.
This commit is contained in:
@@ -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