diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index b0b67b2fb8d..4cb19f6dc7e 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -5595,7 +5595,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
* Make substition into a text string, replacing keys with vals from $substitutionarray (oldval=>newval).
*
* @param string $text Source string in which we must do substitution
- * @param array $substitutionarray Array with key->val to substitute
+ * @param array $substitutionarray Array with key->val to substitute. Example: array('__MYKEY__' => 'MyVal')
* @param Translate $outputlangs Output language
* @return string Output string after substitutions
* @see complete_substitutions_array
diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
index 5b50bcc7ad3..a329661a056 100644
--- a/htdocs/langs/en_US/website.lang
+++ b/htdocs/langs/en_US/website.lang
@@ -61,4 +61,6 @@ WebsiteAccount=Web site account
WebsiteAccounts=Web site accounts
AddWebsiteAccount=Create web site account
BackToListOfThirdParty=Back to list for Third Party
-DisableSiteFirst=Disable website first
\ No newline at end of file
+DisableSiteFirst=Disable website first
+MyContainerTitle=My web site title
+AnotherContainer=Another container
diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index 3f50b9e9b4f..96120b278c1 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -514,7 +514,9 @@ if ($action == 'addcontainer')
$objectpage->lang = GETPOST('WEBSITE_LANG','aZ09');
$objectpage->htmlheader = GETPOST('htmlheader','none');
- $objectpage->content = '