{% extends 'layouts/sidebar_right.tpl' %} {% block PageHeader %} {#
#} {% endblock %} {% block Content %} {{ getAdZone(zone='Msite_300x250') }} {% set the_author = getAuthor(id = globals.request.author_id) %} {% if the_author %} {% if the_author.name %}
{% if the_author.photo %}
{% endif %}
{{ the_author.name }}
{{ the_author.bio }}
{% endif %} {% paginate getNews(limit = 15, body_length = 150, paginate = true, author = globals.request.author_id) 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') %}
{% else %}
Not found
{% endif %} {% endblock %}