From 4c4c4f8bd613140132b8a8712f0a422ef720e6fa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 Apr 2020 03:39:40 +0200 Subject: [PATCH] Doc --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index e143795acd7..b70079e9130 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -936,7 +936,7 @@ if ($action == 'addcontainer') } else { $filetpl = $pathofwebsite.'/page'.$pageid.'.tpl.php'; - // Generate the index.php page to be the home page + // Generate the index.php page (to be the home page) and wrapper.php file $result = dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl, $filewrapper); if ($result <= 0) setEventMessages('Failed to write file '.$fileindex, null, 'errors');