component css class
This commit is contained in:
parent
881e2eb770
commit
824e0686ac
|
|
@ -9,7 +9,7 @@
|
|||
target="_blank"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
class="{{class}}"
|
||||
class="{{__SELF__.property('css_class')}}"
|
||||
>
|
||||
<img src="{{reklama.media|media_cdn}}" alt="{{reklama.title}}">
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ random = 0
|
|||
<div class="main__sidebar-title">
|
||||
ИНТЕРЕСНЫЕ ССЫЛКИ
|
||||
</div>
|
||||
{% component 'right_top' class = 'primary progressive replace' %}
|
||||
{% component 'right_top' css_class = 'primary progressive replace' %}
|
||||
{% component 'right_middle' %}
|
||||
{% component 'right_bottom' %}
|
||||
{% partial 'tags' %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue