{% extends 'layouts/sidebar_right.tpl' %} {% block PageHeader %}
{% endblock %} {% block Content %} {{ getAdZone(zone='Msite_300x250') }} {% paginate getNews(limit = 15, body_length = 150, paginate = true) as pagination, news %}
{{ options.text.PreNewsListContent }}
{% for n in news %} {# lt = list type, wt = with thumbs #} {% set force_show_news_list_with_thumbs = globals.query_string.lt == 'wt' ? true : false %} {% if options.select.NewsListPageType == 'title_only' and force_show_news_list_with_thumbs == false %} {% else %} {% endif %} {% endfor %}
{% include('include/pagination.tplp') %}
{% endblock %}