{# * * Recent Topics NG. An extension for the phpBB Forum Software package. * * @copyright (c) 2022, IMC, https://github.com/IMC-GER / LukeWCS, https://github.com/LukeWCS * @copyright (c) 2017, Sajaki, https://www.avathar.be * @copyright (c) 2015, PayBas * @license GNU General Public License, version 2 (GPL-2.0-only) * * Based on the original NV Recent Topics by Joas Schilling (nickvergessen) #} {% if S_RTNG_LOCATION_BOTTOM || S_RTNG_LOCATION_TOP -%} {% if pagination is defined && S_RTNG_LOCATION_TOP %}
{% endif %} {% for rtng in rtng_topics %} {% if !rtng.S_TOPIC_TYPE_SWITCH && !loop.first %} {% endif %} {% if loop.first || !rtng.S_TOPIC_TYPE_SWITCH %} {% EVENT forumlist_body_category_header_before %}
{% endif %} {% else %} {% EVENT forumlist_body_category_header_before %}
{{ lang('RTNG_NO_TOPICS') }}
{% endfor %} {% if pagination is defined && S_RTNG_LOCATION_BOTTOM %}
{% endif %} {% endif %}