| 1 | <!--{* |
|---|
| 2 | /* |
|---|
| 3 | * This file is part of EC-CUBE |
|---|
| 4 | * |
|---|
| 5 | * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 6 | * |
|---|
| 7 | * http://www.lockon.co.jp/ |
|---|
| 8 | * |
|---|
| 9 | * This program is free software; you can redistribute it and/or |
|---|
| 10 | * modify it under the terms of the GNU General Public License |
|---|
| 11 | * as published by the Free Software Foundation; either version 2 |
|---|
| 12 | * of the License, or (at your option) any later version. |
|---|
| 13 | * |
|---|
| 14 | * This program is distributed in the hope that it will be useful, |
|---|
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 17 | * GNU General Public License for more details. |
|---|
| 18 | * |
|---|
| 19 | * You should have received a copy of the GNU General Public License |
|---|
| 20 | * along with this program; if not, write to the Free Software |
|---|
| 21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 22 | */ |
|---|
| 23 | *}--> |
|---|
| 24 | |
|---|
| 25 | <!--{strip}--> |
|---|
| 26 | <!--{if $arrSiteInfo.shop_name != ""}--> |
|---|
| 27 | [emoji:38]店名<br> |
|---|
| 28 | <!--{$arrSiteInfo.shop_name|h}--><br> |
|---|
| 29 | <!--{/if}--> |
|---|
| 30 | <!--{if $arrSiteInfo.company_name != ""}--> |
|---|
| 31 | <br> |
|---|
| 32 | [emoji:39]会社名<br> |
|---|
| 33 | <!--{$arrSiteInfo.company_name|h}--><br> |
|---|
| 34 | <!--{/if}--> |
|---|
| 35 | <!--{if $arrSiteInfo.zip01 != ""}--> |
|---|
| 36 | <br> |
|---|
| 37 | [emoji:121]所在地<br> |
|---|
| 38 | 〒<!--{$arrSiteInfo.zip01|h}-->-<!--{$arrSiteInfo.zip02|h}--><br> |
|---|
| 39 | <!--{$arrPref[$arrSiteInfo.pref]}--><!--{$arrSiteInfo.addr01|h}--><!--{$arrSiteInfo.addr02|h}--><br> |
|---|
| 40 | <!--{/if}--> |
|---|
| 41 | <!--{if $arrSiteInfo.tel01 != ""}--> |
|---|
| 42 | <br> |
|---|
| 43 | [emoji:74]電話番号<br> |
|---|
| 44 | <!--{$arrSiteInfo.tel01|h}-->-<!--{$arrSiteInfo.tel02|h}-->-<!--{$arrSiteInfo.tel03|h}--><br> |
|---|
| 45 | <!--{/if}--> |
|---|
| 46 | <!--{if $arrSiteInfo.fax01 != ""}--> |
|---|
| 47 | <br> |
|---|
| 48 | [emoji:76]FAX番号<br> |
|---|
| 49 | <!--{$arrSiteInfo.fax01|h}-->-<!--{$arrSiteInfo.fax02|h}-->-<!--{$arrSiteInfo.fax03|h}--><br> |
|---|
| 50 | <!--{/if}--> |
|---|
| 51 | <!--{if $arrSiteInfo.business_hour != ""}--> |
|---|
| 52 | <br> |
|---|
| 53 | [emoji:176]営業時間<br> |
|---|
| 54 | <!--{$arrSiteInfo.business_hour|h}--><br> |
|---|
| 55 | <!--{/if}--> |
|---|
| 56 | <!--{if $arrSiteInfo.email02 != ""}--> |
|---|
| 57 | <br> |
|---|
| 58 | [emoji:110]メールアドレス<br> |
|---|
| 59 | <a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a><br> |
|---|
| 60 | <!--{/if}--> |
|---|
| 61 | <!--{if $arrSiteInfo.good_traded != ""}--> |
|---|
| 62 | <br> |
|---|
| 63 | [emoji:72]取扱商品<br> |
|---|
| 64 | <!--{$arrSiteInfo.good_traded|h|nl2br}--><br> |
|---|
| 65 | <!--{/if}--> |
|---|
| 66 | <!--{if $arrSiteInfo.message != ""}--> |
|---|
| 67 | <br> |
|---|
| 68 | [emoji:70]メッセージ<br> |
|---|
| 69 | <!--{$arrSiteInfo.message|h|nl2br}--><br> |
|---|
| 70 | <!--{/if}--> |
|---|
| 71 | <!--{/strip}--> |
|---|