source: branches/dev/data/Smarty/templates/mobile/frontparts/bloc/news.tpl @ 11460

Revision 11460, 311 bytes checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • 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.