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

5 lines
101 B
PHP

<?php
$this->extend('parent_2');
?>
This is the first parent.
<?php echo $this->fetch('content'); ?>