ORIENT/plugins/tps/reklama/components/advertisement/default.htm

10 lines
273 B
HTML

<div id="{{__SELF__}}" class="{{__SELF__.property('css_class')}}"></div>
{% put scripts %}
<script>
$.request('{{__SELF__}}::onDisplay',{
data:{random:{{__SELF__.property('random')}},css_class:{{__SELF__.property('css_class')}}}
});
</script>
{% endput %}