Авторизуйтесь по паролю
Или через соцсеть
$tpl->set( '[registration]', "" ); $tpl->set( '[/registration]', "" );
$xfieldsaction = "list"; $xfieldsadd = true; include (DLEPlugins::Check(ENGINE_DIR . '/inc/userfields.php')); $tpl->set( '{xfields}', $output ); if ( count( $xfieldinput ) ) { foreach ( $xfieldinput as $key => $value ) { $tpl->copy_template = str_replace( "[xfinput_{$key}]", $value, $tpl->copy_template ); } }