mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
22 lines
667 B
HTML
22 lines
667 B
HTML
<!--@if($colorset == "normal")-->
|
|
<!--%import("normal/style.css")-->
|
|
<!--@end-->
|
|
|
|
<div class="counter_plugin">
|
|
|
|
<!--@if($total_counter)-->
|
|
<div class="header">Total</div>
|
|
<div class="footer">{$total_counter->unique_visitor} / {$total_counter->pageview}</div>
|
|
<!--@end-->
|
|
|
|
<!--@if($today_counter)-->
|
|
<div class="header">Today</div>
|
|
<div class="footer">{$today_counter->unique_visitor} / {$today_counter->pageview}</div>
|
|
<!--@end-->
|
|
|
|
<!--@if($yesterday_counter)-->
|
|
<div class="header">Yesterday</div>
|
|
<div class="footer">{$yesterday_counter->unique_visitor} / {$yesterday_counter->pageview}</div>
|
|
<!--@end-->
|
|
|
|
</div>
|