source: branches/version-2_12-dev/data/Smarty/templates/mobile/header.tpl @ 21866

Revision 21866, 2.2 KB checked in by h_yoshimoto, 12 years ago (diff)

#1831 Copyrightを更新を誤っているので戻します

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 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
23<!--{strip}-->
24    <!--▼HEADER-->
25    <!--{* ▼HeaderInternal COLUMN*}-->
26    <!--{if $arrPageLayout.HeaderInternalNavi|@count > 0}-->
27        <!--{* ▼上ナビ *}-->
28        <!--{foreach key=HeaderInternalNaviKey item=HeaderInternalNaviItem from=$arrPageLayout.HeaderInternalNavi}-->
29            <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> -->
30            <!--{if $HeaderInternalNaviItem.php_path != ""}-->
31                <!--{include_php file=$HeaderInternalNaviItem.php_path items=$HeaderInternalNaviItem}-->
32            <!--{else}-->
33                <!--{include file=$HeaderInternalNaviItem.tpl_path items=$HeaderInternalNaviItem}-->
34            <!--{/if}-->
35            <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> -->
36        <!--{/foreach}-->
37        <!--{* ▲上ナビ *}-->
38    <!--{/if}-->
39    <!--{* ▲HeaderInternal COLUMN*}-->
40
41    <!--{* ▼タイトル *}-->
42    <!--{if $tpl_title != "" || $tpl_subtitle != ""}-->
43        <table width="100%" border="0" cellspacing="0" cellpadding="0">
44            <tr>
45                <td bgcolor="#FFA85C" align="center"><font color="#ffffff"><!--{if $tpl_subtitle != ""}--><!--{$tpl_subtitle|h}--><!--{else}--><!--{$tpl_title|h}--><!--{/if}--></font></td>
46            </tr>
47        </table>
48    <!--{/if}-->
49    <!--{* ▲タイトル *}-->
50    <!--▲HEADER-->
51<!--{/strip}-->
Note: See TracBrowser for help on using the repository browser.