$cfg->setConfigEntry('node_object_type_registry_class', 'ObjectTypeRegistry');
// CFG: DHT-BOOTSTRAP-TEMPLATE-TYPE
-$cfg->setConfigEntry('dht_bootstrap_template_type', 'xml/dht_bootstrap');
+$cfg->setConfigEntry('node_dht_bootstrap_template_type', 'xml/dht_bootstrap');
// CFG: DHT-PUBLISH-TEMPLATE-TYPE
-$cfg->setConfigEntry('dht_publish_template_type', 'xml/dht_publish');
+$cfg->setConfigEntry('node_dht_publish_template_type', 'xml/dht_publish');
// CFG: CODE-TEMPLATE-TYPE
$cfg->setConfigEntry('code_template_type', 'xml');