From 0e621ef92f3402b8e59cb673d27117821c50116b Mon Sep 17 00:00:00 2001 From: Jimako Date: Wed, 1 Mar 2017 12:17:00 +0100 Subject: [PATCH] added ID for styling in tablerender function fix #2466 --- signup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/signup.php b/signup.php index 5834110b7..4b45e3481 100644 --- a/signup.php +++ b/signup.php @@ -1021,7 +1021,7 @@ $qs = ($error ? "stage" : e_QUERY); if ($pref['use_coppa'] == 1 && strpos($qs, "stage") === FALSE) { $text = $tp->parseTemplate($COPPA_TEMPLATE, TRUE, $signup_shortcodes); - $ns->tablerender(LAN_SIGNUP_78, $text); + $ns->tablerender(LAN_SIGNUP_78, $text, 'coppa'); require_once(FOOTERF); exit; } @@ -1050,7 +1050,7 @@ require_once(e_HANDLER."form_handler.php"); $rs = new form; $text = $tp->parseTemplate($SIGNUP_BEGIN.$SIGNUP_BODY.$SIGNUP_END, TRUE, $signup_shortcodes); -$ns->tablerender(LAN_SIGNUP_79, e107::getMessage()->render('default', true).$text); +$ns->tablerender(LAN_SIGNUP_79, e107::getMessage()->render('default', true).$text, 'signup' ); require_once(FOOTERF); exit; @@ -1086,4 +1086,4 @@ function headerjs() } -?> \ No newline at end of file +?>