Для вашего случая будет нечто вроде:
lib.mainnews < plugin.tt_news
lib.mainnews.templateFile = fileadmin/templ_news/tt_news_v2.html
lib.mainnews.pidList = {$mainpidList}
lib.anothernews < plugin.tt_news
lib.anothernews.templateFile = fileadmin/templ_news/anotherfile.html
lib.anothernews.pidList = {$anotherpidList}
|