Ttrying to reinstall Wordlets I find this is not is my cp_common.cgi (v6.3.1)
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - Image Wordlet™ List</option>");
so that I may place this below it
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_mods;r=$ran> - Modifications Wordlet™
putting it here didnt work
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets&r=$ran> - $vars_wordlets_cp{wordlet_frag_primary}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_err&r=$ran> - $vars_wordlets_cp{wordlet_frag_error}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_email&r=$ran> - $vars_wordlets_cp{wordlet_frag_email}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_poll&r=$ran> - $vars_wordlets_cp{wordlet_frag_poll}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_pntf&r=$ran> - $vars_wordlets_cp{wordlet_frag_pntf}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_cp&r=$ran> - $vars_wordlets_cp{wordlet_frag_cpanel}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_date&r=$ran> - $vars_wordlets_cp{wordlet_frag_date}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - $vars_wordlets_cp{wordlet_frag_image}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_mods;r=$ran> - Modifications Wordlet™ List</option>");
What should I be looking for?