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

6 lines
110 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
<?php
$this->extend('parent_1');
$this->assign('sidebar', 'Sidebar Content.');
?>
This is the first template.