mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10298 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
454 B
HTML
11 lines
454 B
HTML
<load target="./css/widget.css" />
|
|
<div class="wgContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
|
<dl class="wgCounter">
|
|
<dt>{$lang->today}:</dt>
|
|
<dd>{number_format($today_counter->unique_visitor)}</dd>
|
|
<dt>{$lang->yesterday}:</dt>
|
|
<dd>{number_format($yesterday_counter->unique_visitor)}</dd>
|
|
<dt>{$lang->total}:</dt>
|
|
<dd>{number_format($total_counter->unique_visitor)}</dd>
|
|
</dl>
|
|
</div>
|