mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Counter Widget CSS load bug fix. Color variation setting was removed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9667 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed08306923
commit
1b641c644c
3 changed files with 10 additions and 56 deletions
|
|
@ -1,14 +1,11 @@
|
|||
<!--@if($colorset == "black" || $colorset == "white")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<load target="./css/widget.css" />
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<dl class="widgetCounter">
|
||||
<dt>{$lang->today} :</dt>
|
||||
<dt>{$lang->today}:</dt>
|
||||
<dd>{number_format($today_counter->unique_visitor)}</dd>
|
||||
<dt>{$lang->yesterday} :</dt>
|
||||
<dt>{$lang->yesterday}:</dt>
|
||||
<dd>{number_format($yesterday_counter->unique_visitor)}</dd>
|
||||
<dt>{$lang->total} :</dt>
|
||||
<dt>{$lang->total}:</dt>
|
||||
<dd>{number_format($total_counter->unique_visitor)}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue