source: branches/version-2_5-dev/data/Smarty/templates/sphone/site_main.tpl @ 19670

Revision 19670, 1.4 KB checked in by nanasess, 13 years ago (diff)

スマートフォン対応(#787)

  • r19668 の差し戻し
  • SC_Helper_Session::getToken() 内の SC_Helper_Session::createToken() を static に変更
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<body>
23
24<!--{$GLOBAL_ERR}-->
25<noscript>
26  <p>JavaScript を有効にしてご利用下さい.</p>
27</noscript>
28
29<a name="top" id="top"></a>
30
31<!--▼MAIN-->
32<!--{include file=$tpl_mainpage}-->
33<!--▲MAIN-->
34
35<!--{* ▼FOOTER *}-->
36<!--{if $arrPageLayout.footer_chk != 2}-->
37<!--{include file= './footer.tpl'}-->
38<!--{/if}-->
39<!--{* ▲FOOTER *}-->
40
41</body>
42
43<!--{if "/\/top.tpl$/"|preg_match:$tpl_mainpage}-->
44<!--{else}-->
45<script type="text/javascript" language="JavaScript">
46//<![CDATA[
47setTopButton("<!--{$smarty.const.SPHONE_SSL_URL}-->");
48//]]>
49<!--{/if}-->
50</script>
Note: See TracBrowser for help on using the repository browser.