~tsep-dev/tsep/0.9-beta

« back to all changes in this revision

Viewing changes to branches/symfony/cake/tests/test_app/views/layouts/ajax2.ctp

  • Committer: geoffreyfishing
  • Date: 2011-01-11 23:46:12 UTC
  • Revision ID: svn-v4:ae0de26e-ed09-4cbe-9a20-e40b4c60ac6c::125
Created a symfony branch for future migration to symfony

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/* SVN FILE: $Id: ajax2.ctp 7062 2008-05-30 11:29:53Z nate $ */
 
3
 
 
4
/**
 
5
 *
 
6
 * PHP versions 4 and 5
 
7
 *
 
8
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 
9
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 
10
 *
 
11
 * Licensed under The MIT License
 
12
 * Redistributions of files must retain the above copyright notice.
 
13
 *
 
14
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 
15
 * @link          http://cakephp.org CakePHP(tm) Project
 
16
 * @package       cake
 
17
 * @subpackage    cake.cake.libs.view.templates.layouts
 
18
 * @since         CakePHP(tm) v 0.10.0.1076
 
19
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 
20
 */
 
21
?>
 
22
Ajax!
 
23
<?php echo $content_for_layout; ?>
 
 
b'\\ No newline at end of file'