Proposal: - Don't extract $prefs and $pretext globally. This gets rid of around 75% of all global vars in TXP. - Don't use 'global $prefs' in functions, replace it with get_prefs() calls (as is done in a lot of cases already)