{set $introtext = $_modx->resource.introtext} {set $data = $introtext | json_decode : true} {$_modx->getChunk('HEAD')}
{include 'HEADER'}
{include 'info_tablo'}
{$data.istok}

{$_modx->resource.pagetitle}

{$_modx->resource.pagetitle}

{$_modx->resource.description}

    {$_modx->runSnippet('tagsToLinks', ['tags' => $data.tags, 'type' => '2'])}
Читать
Комментарии
{$_modx->runSnippet('TicketComments', [ 'allowGuest' => '1', 'autoPublishGuest' => '0', 'maxCaptcha' => '20', 'allowGuestEdit' => '1', 'allowGuestEmails' => '1' ])}
{$_modx->runSnippet('pdoResources', [ 'parents' => '55', 'depth' => '5', 'limit' => '40', 'idx' => '1', 'hideContainers' => '1', 'sortby' => '{"publishedon":"DESC"}', 'tpl' => 'news_list' ])}
{include 'right_bar'}
{include 'SCRIPTS'}