1
0
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:
Cameron
2016-05-01 10:34:34 -07:00
parent bec7071cdf
commit 8f5dd89284
4 changed files with 13 additions and 7 deletions

View File

@@ -175,7 +175,7 @@ class user_shortcodes extends e_shortcode
}
else
{
return $USER_LEVEL = $ldata[1];
return $ldata[1];
}
}

View File

@@ -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>';