Файл: concrete5.7.5.6/concrete/elements/gathering/templates/tile/title_date_description/view.php
Строк: 12
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<div class="ccm-gathering-tile-title-description">
<div class="ccm-gathering-tile-headline"><a href="<?php echo $link?>"><?php echo $title?></a></div>
<div class="ccm-gathering-tile-date"><?php echo Core::make('helper/date')->formatDateTime($date_time, true)?></div>
<div class="ccm-gathering-tile-description">
<?php echo $description?>
</div>
</div>