source: branches/feature-module-update/data/Smarty/templates/mobile/top.tpl @ 15079

Revision 15079, 1.6 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!-- ▼ロゴ ここから -->
9<center><img src="<!--{$smarty.const.URL_DIR}-->img/header/logo.gif"></center>
10<!-- ▲ロゴ ここまで -->
11
12<br>
13
14<!-- ▼新着情報 ここから -->
15<!--{include_php file=`$smarty.const.MOBILE_HTML_PATH`frontparts/bloc/news.php}-->
16<!-- ▲新着情報 ここまで -->
17
18<br>
19
20<!-- ▼ピックアップ商品 ここから -->
21<hr>
22<!--{include_php file=`$smarty.const.MOBILE_HTML_PATH`frontparts/bloc/best5.php}-->
23<hr>
24<!-- ▲ピックアップ商品 ここまで -->
25
26<br>
27
28<!-- ▼メニュー ここから -->
29<!--{1|numeric_emoji}-->商品カテゴリ<br>
30<!--{include_php file=`$smarty.const.MOBILE_HTML_PATH`frontparts/bloc/category.php}-->
31<a href="products/search.php" accesskey="2"><!--{2|numeric_emoji}-->商品検索</a><br>
32<!--{if $isLogin eq true}-->
33<a href="mypage/refusal.php" accesskey="3"><!--{3|numeric_emoji}-->会員退会</a><br>
34<!--{else}-->
35<a href="entry/new.php" accesskey="3"><!--{3|numeric_emoji}-->会員登録</a><br>
36<!--{/if}-->
37<a href="guide/index.php" accesskey="4"><!--{4|numeric_emoji}-->ご利用ガイド</a><br>
38<a href="contact/index.php" accesskey="5"><!--{5|numeric_emoji}-->お問い合せ</a><br>
39<a href="mypage/index.php" accesskey="6" utn><!--{6|numeric_emoji}-->MYページ</a><br>
40<!-- ▲メニュー ここまで -->
41
42<br>
43
44<!-- ▼フッター ここから -->
45<!--{include file='footer.tpl'}-->
46<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.