extend_element.ctp 96 B

123
  1. <?php $this->extend('parent_view'); ?>
  2. View content.
  3. <?= $this->element('extended_element'); ?>