diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang index a346c29728e..a8c08c23592 100644 --- a/htdocs/langs/en_US/website.lang +++ b/htdocs/langs/en_US/website.lang @@ -243,3 +243,5 @@ SourceFiles = *If the path is absolute, it must start with a / *If not it will b CompletePage=Complete page PortionOfPage=Portion of page AjaxComponent=Ajax component +MyContainerTitle2=Title level 2 +WEBPAGE_CONTENT=This is a content of the page diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 85c8b262203..97495beb698 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -4348,6 +4348,20 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties $formwebsite->selectTypeOfContainer('WEBSITE_TYPE_CONTAINER', (GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha') ? GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha') : $type_container), 0, '', 1); print ''; + print ' + '; + // Title print '