mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
Minor GUI improvements to signup page
This commit is contained in:
@@ -318,6 +318,11 @@ class signup_shortcodes extends e_shortcode
|
||||
|
||||
$done_heading = FALSE;
|
||||
|
||||
if(!count($extList))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach($extList as $ext)
|
||||
{
|
||||
if($ext['user_extended_struct_required'] == 1 || $ext['user_extended_struct_required'] == 2)
|
||||
|
Reference in New Issue
Block a user