diff --git a/plugins/tps/reklama/components/advertisement/single.htm b/plugins/tps/reklama/components/advertisement/single.htm index 0dfea11c3..fb453de25 100644 --- a/plugins/tps/reklama/components/advertisement/single.htm +++ b/plugins/tps/reklama/components/advertisement/single.htm @@ -10,7 +10,7 @@ target="_blank" {% endif %} {% endif %} - class="{{css_class}}" + class="{{ __SELF__.property('css_class') }}" > {{reklama.title}} diff --git a/themes/modern/pages/index.htm b/themes/modern/pages/index.htm index 9d791741f..4e4d1a0cb 100644 --- a/themes/modern/pages/index.htm +++ b/themes/modern/pages/index.htm @@ -120,8 +120,8 @@ random = 0 ИНТЕРЕСНЫЕ ССЫЛКИ {% component 'right_top' css_class = 'primary progressive replace' %} - {% component 'right_middle' %} - {% component 'right_bottom' %} + {% component 'right_middle' css_class = 'primary progressive replace' %} + {% component 'right_bottom' css_class = 'primary progressive replace' %} {% partial 'tags' %} {% partial 'calendar' %}