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

5 lines
110 B
PHP

<?php
$this->extend('parent_1');
$this->assign('sidebar', 'Sidebar Content.');
?>
This is the first template.