From 5a59cd9b8cd6e0c00260f47c50e5433b070155d1 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 15 Dec 2015 21:00:40 +0100 Subject: Invitation only added to the admin site page. Plus css wrapper class to docu search. --- mod/help.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/help.php') diff --git a/mod/help.php b/mod/help.php index 16ec069a7..c4549a2bd 100644 --- a/mod/help.php +++ b/mod/help.php @@ -143,7 +143,8 @@ function help_content(&$a) { nav_set_selected('help'); if($_REQUEST['search']) { - + + $o .= '
'; $o .= '

' . t('Documentation Search') . ' - ' . htmlspecialchars($_REQUEST['search']) . '

'; $r = search_doc_files($_REQUEST['search']); @@ -160,6 +161,7 @@ function help_content(&$a) { } $o .= ''; + $o .= '
'; } return $o; } -- cgit v1.2.3