Index: /branches/version-2_12-dev/data/class/pages/contact/LC_Page_Contact.php
===================================================================
--- /branches/version-2_12-dev/data/class/pages/contact/LC_Page_Contact.php	(revision 21526)
+++ /branches/version-2_12-dev/data/class/pages/contact/LC_Page_Contact.php	(revision 21536)
@@ -56,4 +56,5 @@
 
         if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) {
+            // @deprecated EC-CUBE 2.11 テンプレート互換用
             $this->CONF = SC_Helper_DB_Ex::sfGetBasisData();
         }
Index: /branches/version-2_12-dev/data/Smarty/templates/mobile/contact/index.tpl
===================================================================
--- /branches/version-2_12-dev/data/Smarty/templates/mobile/contact/index.tpl	(revision 20764)
+++ /branches/version-2_12-dev/data/Smarty/templates/mobile/contact/index.tpl	(revision 21536)
@@ -26,10 +26,10 @@
 <br>
 ●会社名<br>
-<!--{$CONF.company_name}--><br>
+<!--{$arrSiteInfo.company_name}--><br>
 ●電話番号<br>
-<!--{$CONF.tel01}-->-<!--{$CONF.tel02}-->-<!--{$CONF.tel03}--><br>
+<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--><br>
 ●営業時間<br>
-<!--{$CONF.business_hour}--><br>
+<!--{$arrSiteInfo.business_hour}--><br>
 ●E-mail<br>
-<a href="mailto:<!--{$CONF.email02|u}-->"><!--{$CONF.email02|h}--></a><br>
+<a href="mailto:<!--{$arrSiteInfo.email02|u}-->"><!--{$arrSiteInfo.email02|h}--></a><br>
 ※お急ぎの場合には、お電話にてお問い合せください。
