Any one able to get entry types to work?
Not sure what I am missing but have the config portion here to look at, any where else that needs a change?
# $typel["A"] = "A";
# $typel["B"] = "B";
# $typel["C"] = "C";
# $typel["D"] = "D";
$typel["E"] = get_vocab("external");
# $typel["F"] = "F";
# $typel["G"] = "G";
$typel["H"] = get_vocab("holiday"); < -- this is the one I added and will not show on the page
$typel["I"] = get_vocab("internal");
# $typel["J"] = "J";