source: temp/branches/mobile/data/Smarty/templates/mobile/frontparts/bloc/news.tpl @ 11398

Revision 11398, 311 bytes checked in by rebelt, 16 years ago (diff)

以下のモバイルサイト用ページ・機能を作成いたしました。

  • トップページ
  • 商品閲覧
  • 商品検索
  • セッションIDチェック機能
  • 簡単ログイン補助機能
  • 絵文字変換機能
  • Property svn:eol-style set to native
Line 
1<!--{if count($arrNews) > 0}-->
2<center>
3¡½¡½¡½¡½¡½¡½¡½¡½¡½<br>
4<marquee>
5<!--{if $arrNews[0].news_url}--><a href="<!--{$arrNews[0].news_url|escape}-->"><!--{/if}-->
6<!--{$arrNews[0].news_title|escape}-->
7<!--{if $arrNews[0].news_url}--></a><!--{/if}-->
8</marquee>
9¡½¡½¡½¡½¡½¡½¡½¡½¡½<br>
10</center>
11<!--{/if}-->
Note: See TracBrowser for help on using the repository browser.