cakephp2-php8/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp
Marc Würth 4c9f0414cb Improved the DocBlocks and other code cleanup
Fixed @license tag, url comes first
Whitespace and other minor code cleanup
Added some docblocks
2013-05-31 00:11:19 +02:00

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'); ?>