1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 20:44:48 +02:00

Merge pull request #3756 from Jimmi08/patch-16

#2980, #3750  better styling for password reset page
This commit is contained in:
Cameron
2019-03-26 11:36:20 -07:00
committed by GitHub

View File

@@ -435,6 +435,6 @@ $text = $tp->parseTemplate($FPW_TABLE, true, $sc);
// $text = $tp->simpleParse($FPW_TABLE, $sc);
$ns->tablerender($caption, $text);
$ns->tablerender($caption, $text, 'fpw');
require_once(FOOTERF);