11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
|
<?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'); ?>
|