mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
539 B
HTML
14 lines
539 B
HTML
<!--@if($colorset == "black" || $colorset == "white")-->
|
|
<!--%import("./css/widget.css")-->
|
|
<!--@end-->
|
|
|
|
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
|
<dl class="widgetCounter">
|
|
<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>
|