| ';
print $langs->trans('WEBSITE_PAGE_EXAMPLE');
print ' | ';
- print $formwebsite->selectSampleOfContainer('sample', (GETPOST('sample', 'alpha')?GETPOST('sample', 'alpha'):'corporatehomepage'));
+ print $formwebsite->selectSampleOfContainer('sample', (GETPOSTISSET('sample')?GETPOST('sample', 'alpha'):'empty'));
print ' |
';
}
diff --git a/htdocs/website/samples/page-sample-corporatehome.html b/htdocs/website/samples/page-sample-corporatehome.html
deleted file mode 100644
index a6e4e64c871..00000000000
--- a/htdocs/website/samples/page-sample-corporatehome.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
__[MAIN_INFO_SOCIETE_NOM]__
-__(MyContainerTitle)__
-
-
-
+This is example of dynamic content to get the name of your company (see source of page to see code):
+
+
+This is another example of dynamic content to get meta data of a container/page (see source of page to see code):
+
+