1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

#2980, #3750 better styling for password reset page

This commit is contained in:
Jimako
2019-03-24 13:08:44 +01:00
committed by GitHub
parent e88f22ee2a
commit 3eeb5c6105

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);