Alex300 добавил в планы на релиз 0.9.25 внести измения и сделать подобно как в модуле Pages:
$mskin = cot_tplfile(array('forums' ,'sections', Cot::$structure['forums'][$c]['tpl']));
/* === Hook === */
foreach (cot_getextplugins('forums.sections.main') as $pl) {
include $pl;
}
/* ===== */
$t = new XTemplate(cot_tplfile($mskin));
а пока, это можно сделать через собственный маленький плагин с хуком:
<?php
/* ====================
[BEGIN_COT_EXT]
Hooks=forums.sections.main
[END_COT_EXT]
==================== */
defined('COT_CODE') or die('Wrong URL');
$mskin = cot_tplfile(array('forums' ,'sections', Cot::$structure['forums'][$c]['tpl']));
$t = new XTemplate($mskin);