assign( 'ec_dup_link_conf', sprintf( l10n('Register replacement'), '  
', // nicer line feed $lang['Register'], $lang['Duplicate'] ) ); // In case some $lang have the same index, overwrites them to have the ones // needed here load_language('plugin.lang', EVNTCATS_PATH); $ec_conf2 = array(); $ec_conf2['dup_allow'] = read_ec_conf('dup_allow'); $ec_conf2['duplic_display'] = read_ec_conf('duplic_display'); $template->assign('ec_conf', $ec_conf2); $template->assign('ec_help_banner1', l10n('ec_help_banner1_duplic')); ?>