Trying to make HTML in the switch overlay replacement string working. Any way to get this done? Current markup is:
HTML:
Read more
Читать далее...
HTML:
Код:
<a href="{{ link('forums/watch', $node.Data) }}"
data-xf-click="switch-overlay"
data-sk-watch="<i class='fa fa-eye-slash'></i>"
data-sk-unwatch="<i class='fa fa-eye'></i>">
<xf:if is="{$node.Data.Watch.{$xf.visitor.user_id}}">
<i...
Read more
Читать далее...