}
}
// //----
final ModuleTree tree = new ModuleTree(this);
tree.setLanguage(vars.getLanguage());
tree.showNotifications(true);
tree.setNotifications(getNotificationsHTML(vars.getLanguage()));
// Obtains a tree for the installed modules
xmlDocument.setParameter("moduleTree", tree.toHtml());