カウンター変更

2005-12-26

カウンターをメニューの一項目にしているとウザイのでバナーに入れてみた。

 {LOOP blog_title}
 <div id="banner">
 <h1><a href="{SHOW blog_url}">{SHOW blog_title}</a></h1>
 <table><tr>
 <td width="100%"><span class="description">{SHOW blog_description}</span>
 {ENDLOOP blog_title}
 </td>
 {LOOP counter}
 <td nowrap><span class="description">Since 2005/11/30 : {SHOW counter_total} </span></td>
 <td nowrap><span class="description"> (本日 : {SHOW counter_today}</span></td>
 <td nowrap><span class="description"> 昨日 : {SHOW counter_yesterday})</span></td>
 {ENDLOOP counter}
 </tr></table>
 </div>



2005
11