Code:
This is what I am doing right now to add a time tooltip in a template. Is there a better way to do this?
Читать далее...
Код:
<span data-xf-init="tooltip" title="{{
phrase('date_x_at_time_y', {
'date': date($cache_date),
'time': time($cache_date)
})
}}">
Читать далее...