From 64696cc446c646cbd09374374444cf5fc7ad06d4 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 2 May 2011 00:50:54 +0000 Subject: [PATCH] Enabled search box git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118353 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- themes/docs/templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/docs/templates/Page.ss b/themes/docs/templates/Page.ss index 8b7d8cf..d91a511 100644 --- a/themes/docs/templates/Page.ss +++ b/themes/docs/templates/Page.ss @@ -10,7 +10,7 @@ <% require javascript(sapphire/thirdparty/jquery/jquery.js) %> - <% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.min.js?site=doc&searchShow=false) %> + <% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.min.js?site=doc&searchShow=true) %> <% require css(http://silverstripe.org/toolbar/css/toolbar.css) %> <% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %>