summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index a4752214..f5213fa1 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -13,6 +13,8 @@ var rz_config = { // set as a global variable
'feedback_url': '/feedback',
'optimized_main': {{ rz_config__optimized_main }},
'node_edge_separator': true,
+ 'rzdoc_cur__name': '{{ rz_config__rzdoc_cur__name }}',
+ 'rzdoc_default__name': '{{ rz_config__rzdoc_default__name }}',
'separator_string': ' ',
'role_set': {{ rz_config__role_set|safe }},
};