Нашёл, но не могу найти сам шаблон
<?xml version="1.0" encoding="utf-8"?>
<templates application="portal" templategroups="a:1:{s:11:"skin_portal";s:5:"exact";}">
<templategroup group="skin_portal">
<template>
<template_group>skin_portal</template_group>
<template_content><![CDATA[{parse js_module="topic"}
<div class='ipsBox clear'>
<foreach loop="articles:$articles as $topic">
<div class='ipsBox_container ipsPad'>
<a href='{parse url="showuser={$topic['member_id']}" seotitle="{$topic['members_seo_name']}" template="showuser" base="public"}' class='ipsUserPhotoLink left ipsPad_half'><img src='{$topic['pp_small_photo']}' alt='{$r['members_display_name']} {$this->lang->words['photo']}' class='ipsUserPhoto ipsUserPhoto_medium' /></a>
<h2 class='ipsType_pagetitle'><a href='{parse url="showtopic={$topic['tid']}" base="public" seotitle="{$topic['title_seo']}" template="showtopic"}'>{IPSText::truncate( $topic['title'], intval( $this->settings['portal_topic_title_truncate'] ) )}</a></h2>
<div class='desc'>{parse date="$topic['start_date']" format="DATE"}</div><br class='clear' />
<div class='desc ipsType_smaller ipsPad_half'>
{$this->lang->words['posted_by']} <if test="$topic['members_display_name']">{parse template="userHoverCard" group="global" params="$topic"}<else />{$this->settings['guest_name_pre']}{$topic['starter_name']}{$this->settings['guest_name_suf']}</if>
{$this->lang->words['in']} <a href='{parse url="showforum={$topic['id']}" base="public" seotitle="{$topic['name_seo']}" template="showforum"}'>{$topic['name']}</a>
</div>