From 38c8ebd62783d91e2bfcbdf6b77927337da7a959 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 May 2020 01:01:27 +0200 Subject: [PATCH] Add link into toolbar to create website tags --- htdocs/website/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index d414530f331..1eef84a1ae7 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2270,6 +2270,7 @@ if (!GETPOST('hide_websitemenu')) */ print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("ReplaceWebsiteContent")).'">'; + print ''; if (! empty($conf->global->WEBSITE_ADD_REGENERATE_BUTTON)) { print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("RegenerateWebsiteContent")).'">'; }