Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
abstract.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 
11 <div class="admin__page-section-title">
12  <span class="title"><?= /* @escapeNotVerified */ $block->getHeaderText() ?></span>
13  <?php if($block->getButtonsHtml()): ?>
14  <div class="actions"><?= $block->getButtonsHtml() ?></div>
15  <?php endif; ?>
16 </div>
17 
18 <?= $block->getChildHtml('', true) ?>
$block
Definition: block.php:8
endif
Definition: 404.phtml:116