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

6 lines
101 B
Plaintext
Raw Normal View History

2015-03-31 14:49:03 +02:00
<?php
$this->extend('parent_2');
?>
This is the first parent.
<?php echo $this->fetch('content'); ?>