mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
6 lines
110 B
Text
6 lines
110 B
Text
|
<?php
|
||
|
$this->extend('parent_1');
|
||
|
$this->assign('sidebar', 'Sidebar Content.');
|
||
|
?>
|
||
|
This is the first template.
|