Файл: concrete5.7.5.6/concrete/elements/block_footer_view.php
Строк: 27
<?php
defined('C5_EXECUTE') or die("Access Denied.");
if ($a->isGlobalArea()) {
$c = Page::getCurrentPage();
$cID = $c->getCollectionID();
} else {
$cID = $b->getBlockCollectionID();
$c = $b->getBlockCollectionObject();
}
$blockStyle = $b->getCustomStyle();
?>
<?php
if (
$pt->supportsGridFramework()
&& $b->getBlockAreaObject()->isGridContainerEnabled()
&& !$b->ignorePageThemeGridFrameworkContainer()
) {
$gf = $pt->getThemeGridFrameworkObject();
print '</div>';
print $gf->getPageThemeGridFrameworkRowEndHTML();
print $gf->getPageThemeGridFrameworkContainerEndHTML();
}
$p = new Permissions($b);
$showMenu = false;
if ($a->showControls() && $p->canViewEditInterface() && $view->showControls()) { ?>
<?php if (is_object($blockStyle)) { ?>
</div>
<?php } ?>
</div>
</div>
<?php } else if (is_object($blockStyle)) { ?>
</div>
<?php } ?>