mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
5 lines
110 B
PHP
5 lines
110 B
PHP
<?php
|
|
$this->extend('parent_1');
|
|
$this->assign('sidebar', 'Sidebar Content.');
|
|
?>
|
|
This is the first template.
|