mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-17 12:28:24 +00:00
974ca851c2
Remove superfluous empty lines.
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'); ?>
|