brmsklad/lib/Cake/Test/test_app/View/Posts/extend_element.ctp
2017-02-26 15:27:58 +01:00

3 lines
103 B
PHP

<?php $this->extend('parent_view'); ?>
View content.
<?php echo $this->element('extended_element'); ?>