Вход Регистрация
Файл: concrete5.7.5.6/concrete/elements/gathering/templates/tile/image_overlay_headline/view.php
Строк: 13
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<?php
if (is_array($image)) {
    
$image $image[0];
}

?>
<div class="ccm-gathering-image-overlay-headline-byline">
        <img src="<?php echo $image->getSrc()?>" alt="<?php echo t('Preview Image'?>" />
    <div class="ccm-gathering-tile-image-overlay-headline-byline-description">
        <p class="overlay-title"><?php echo $title?></p>
        <p class="overlay-byline"><?php echo tc(/*i18n: %s is the name of the author */ 'Authored''by %s'$author); ?></p>
    </div>
    <div class="clearfix" style="clear: both;"></div>
</div>
Онлайн: 0
Реклама