Index: branches/version-2_4/data/Smarty/templates/default/abouts/index.tpl
===================================================================
--- branches/version-2_4/data/Smarty/templates/default/abouts/index.tpl	(revision 16582)
+++ branches/version-2_4/data/Smarty/templates/default/abouts/index.tpl	(revision 17820)
@@ -32,5 +32,5 @@
     <!--{assign var=_site value=$arrSiteInfo}-->
 
-      <!--{if $_site.shop_name}-->
+      <!--{if strlen($_site.shop_name)}-->
         <tr>
           <th>店名</th>
@@ -39,5 +39,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.company_name}-->
+      <!--{if strlen($_site.company_name)}-->
       <tr>
         <th>会社名</th>
@@ -46,5 +46,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.zip01}-->
+      <!--{if strlen($_site.zip01)}-->
       <tr>
         <th>住所</th>
@@ -53,5 +53,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.tel01}-->
+      <!--{if strlen($_site.tel01)}-->
       <tr>
         <th>電話番号</th>
@@ -60,5 +60,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.fax01}-->
+      <!--{if strlen($_site.fax01)}-->
       <tr>
         <th>FAX番号</th>
@@ -67,5 +67,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.email02}-->
+      <!--{if strlen($_site.email02)}-->
       <tr>
         <th>メールアドレス</th>
@@ -74,5 +74,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.business_hour}-->
+      <!--{if strlen($_site.business_hour)}-->
       <tr>
         <th>営業時間</th>
@@ -81,5 +81,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.business_hour}-->
+      <!--{if strlen($_site.good_traded)}-->
       <tr>
         <th>取扱商品</th>
@@ -88,5 +88,5 @@
       <!--{/if}-->
 
-      <!--{if $_site.message}-->
+      <!--{if strlen($_site.message)}-->
       <tr>
         <th>メッセージ</th>
