source: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/about.tpl @ 20764

Revision 20764, 2.3 KB checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 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<!--{if $arrSiteInfo.shop_name != ""}-->
26[emoji:38]店名<br>
27<!--{$arrSiteInfo.shop_name|h}--><br>
28<!--{/if}-->
29<!--{if $arrSiteInfo.company_name != ""}-->
30<br>
31[emoji:39]会社名<br>
32<!--{$arrSiteInfo.company_name|h}--><br>
33<!--{/if}-->
34<!--{if $arrSiteInfo.zip01 != ""}-->
35<br>
36[emoji:121]住所<br>
37〒<!--{$arrSiteInfo.zip01|h}-->-<!--{$arrSiteInfo.zip02|h}--><br>
38<!--{$arrSiteInfo.pref|h}--><!--{$arrSiteInfo.addr01|h}--><!--{$arrSiteInfo.addr02|h}--><br>
39<!--{/if}-->
40<!--{if $arrSiteInfo.tel01 != ""}-->
41<br>
42[emoji:74]電話番号<br>
43<!--{$arrSiteInfo.tel01|h}-->-<!--{$arrSiteInfo.tel02|h}-->-<!--{$arrSiteInfo.tel03|h}--><br>
44<!--{/if}-->
45<!--{if $arrSiteInfo.fax01 != ""}-->
46<br>
47[emoji:76]FAX番号<br>
48<!--{$arrSiteInfo.fax01|h}-->-<!--{$arrSiteInfo.fax02|h}-->-<!--{$arrSiteInfo.fax03|h}--><br>
49<!--{/if}-->
50<!--{if $arrSiteInfo.business_hour != ""}-->
51<br>
52[emoji:176]営業時間<br>
53<!--{$arrSiteInfo.business_hour|h}--><br>
54<!--{/if}-->
55<!--{if $arrSiteInfo.email02 != ""}-->
56<br>
57[emoji:110]メールアドレス<br>
58<a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a><br>
59<!--{/if}-->
60<!--{if $arrSiteInfo.good_traded != ""}-->
61<br>
62[emoji:72]取扱商品<br>
63<!--{$arrSiteInfo.good_traded|h|nl2br}--><br>
64<!--{/if}-->
65<!--{if $arrSiteInfo.message != ""}-->
66<br>
67[emoji:70]メッセージ<br>
68<!--{$arrSiteInfo.message|h|nl2br}--><br>
69<!--{/if}-->
70<!-- ▲本文 ここまで -->
Note: See TracBrowser for help on using the repository browser.