diff --git a/layouts/sample_layout_js_menu/conf/info.xml b/layouts/sample_layout_js_menu/conf/info.xml index ec307b63b..913095400 100644 --- a/layouts/sample_layout_js_menu/conf/info.xml +++ b/layouts/sample_layout_js_menu/conf/info.xml @@ -23,7 +23,7 @@ This is a sample layout consists of the most basic features. - It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using Javascript function. + It has two menues each named 'main_menu' and 'bottom_menu', and they are displayed by using Javascript function. Javascript version is so convenient to create layouts, but reduces the degree of freedom though. diff --git a/layouts/sample_layout_php_menu/conf/info.xml b/layouts/sample_layout_php_menu/conf/info.xml index 8eac93f4b..62d2ab660 100644 --- a/layouts/sample_layout_php_menu/conf/info.xml +++ b/layouts/sample_layout_php_menu/conf/info.xml @@ -23,7 +23,7 @@ This is a sample layout consists of the most basic features. - It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using PHP codes. + It has two menues each named 'main_menu' and 'bottom_menu', and they are displayed by using PHP codes. PHP version is more complex to create layouts than with Javascript, but increases the degree of freedom though.