Файл: contao-3.5.8/system/modules/comments/config/config.php
Строк: 27
<?php
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2016 Leo Feyer
*
* @license LGPL-3.0+
*/
/**
* Add content element
*/
$GLOBALS['TL_CTE']['includes']['comments'] = 'ContentComments';
/**
* Front end modules
*/
$GLOBALS['FE_MOD']['application']['comments'] = 'ModuleComments';
/**
* Back end modules
*/
array_insert($GLOBALS['BE_MOD']['content'], 5, array
(
'comments' => array
(
'tables' => array('tl_comments'),
'icon' => 'system/modules/comments/assets/icon.gif',
'stylesheet' => 'system/modules/comments/assets/style.css'
)
));