mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-08 04:56:24 +00:00
8 lines
192 B
PHP
8 lines
192 B
PHP
<?php
|
|
/**
|
|
* @link http://cakephp.org CakePHP(tm) Project
|
|
* @package app.View.Layouts
|
|
* @since CakePHP(tm) v 0.10.0.1076
|
|
*/
|
|
?>
|
|
<?php echo $this->fetch('content'); ?>
|