From cb84fefc37ba4be26c9bf68976a97710ebfb6dd1 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 6 Nov 2011 12:16:46 -0800 Subject: [PATCH] webapps.help: Load the navbar from a Factor word instead of hardcoding it into the template so that the glossary link works. --- extra/webapps/help/help.factor | 1 + extra/webapps/help/search.xml | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/extra/webapps/help/help.factor b/extra/webapps/help/help.factor index 5d96fd6e3e..c347f550df 100644 --- a/extra/webapps/help/help.factor +++ b/extra/webapps/help/help.factor @@ -25,6 +25,7 @@ M: result link-href href>> ; [ vocab-apropos "vocabs" set-value ] tri ] with-directory ] unless-empty + help-navbar "navbar" set-value { help-webapp "search" } ] >>display ; diff --git a/extra/webapps/help/search.xml b/extra/webapps/help/search.xml index f2b147316f..89add7a0bb 100644 --- a/extra/webapps/help/search.xml +++ b/extra/webapps/help/search.xml @@ -34,16 +34,7 @@ - +

Articles

-- 2.34.1