mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-26 00:37:18 +00:00
8 lines
193 B
PHP
8 lines
193 B
PHP
<?php
|
|
/**
|
|
* @link https://cakephp.org CakePHP(tm) Project
|
|
* @package app.View.Layouts
|
|
* @since CakePHP(tm) v 0.10.0.1076
|
|
*/
|
|
?>
|
|
<?php echo $this->fetch('content'); ?>
|