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 ''; print $langs->trans('WEBSITE_TITLE'); @@ -4633,7 +4647,7 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties print ''; // Author - public alias - print ''; + print ''; print $langs->trans('PublicAuthorAlias'); print ''; print ''; diff --git a/htdocs/website/samples/page-sample-basic.html b/htdocs/website/samples/page-sample-basic.html index 93729cecc6e..443adb19816 100644 --- a/htdocs/website/samples/page-sample-basic.html +++ b/htdocs/website/samples/page-sample-basic.html @@ -1,10 +1,11 @@
-

__WEBPAGE_TITLE__

-

__WEBPAGE_TITLE2__

+ +

__(MyContainerTitle)__

+

__(MyContainerTitle2)__

-__WEBPAGE_CONTENT +__(WEBPAGE_CONTENT)__