From 2474fcb6a63f1bc08a41533129b759bde944fdbd Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 19 Jul 2007 09:38:20 +0000 Subject: [PATCH] =?UTF-8?q?=EC=83=98=ED=94=8C=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=EC=97=90=EC=84=9C=20conf/info.xml=EC=97=90=20?= =?UTF-8?q?=EC=98=81=EB=AC=B8=20=EC=84=A4=EB=AA=85=EC=97=90=20"(=EB=94=B0?= =?UTF-8?q?=EC=98=B4=ED=91=9C)=EA=B0=80=20=EB=93=A4=EC=96=B4=20=EC=9E=88?= =?UTF-8?q?=EC=96=B4=20xml=20parsing=EC=9D=B4=20=EC=95=88=EB=90=98?= =?UTF-8?q?=EB=8D=98=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1957 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/sample_layout_js_menu/conf/info.xml | 2 +- layouts/sample_layout_php_menu/conf/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.