dreamjob/lib/Cake/Test/test_app/View/Posts/extend_with_element.ctp

4 lines
94 B
PHP

<?php echo $this->element('test_element'); ?>
<?php $this->extend('parent_view'); ?>
The view