diff --git a/fpw.php b/fpw.php index 2d4240d07..560f2d026 100644 --- a/fpw.php +++ b/fpw.php @@ -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);