{# begin ad location #} {% if postrow.S_FIRST_ROW %} {% set PHPBB_ADS_STYLE = 'margin: 10px 0;' %} {% set PHPBB_ADS_CODE, PHPBB_ADS_ID = AD_AFTER_FIRST_POST, AD_AFTER_FIRST_POST_ID %} {% include '@phpbb_ads/phpbb_ads_default.html' %} {% endif %} {% if not postrow.S_FIRST_ROW %} {% set PHPBB_ADS_STYLE = 'margin: 10px 0;' %} {% set PHPBB_ADS_CODE, PHPBB_ADS_ID = AD_AFTER_NOT_FIRST_POST, AD_AFTER_NOT_FIRST_POST_ID %} {% include '@phpbb_ads/phpbb_ads_default.html' %} {% endif %} {# end ad location #}