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