cakephp2-php8/lib/Cake/Test/test_app/View/Emails/text/custom.ctp

23 lines
812 B
Text
Raw Normal View History

2009-12-16 20:47:12 +00:00
<?php
/**
*
* PHP 5
2009-12-16 20:47:12 +00:00
*
* CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
2011-05-29 21:31:39 +00:00
* Copyright 2005-2011, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
2009-12-16 20:47:12 +00:00
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
2011-05-29 21:31:39 +00:00
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
2009-12-16 20:47:12 +00:00
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
* @package cake.libs.view.templates.elements.email.text
2009-12-16 20:47:12 +00:00
* @since CakePHP(tm) v 0.10.0.1076
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
?>
2011-05-29 21:31:39 +00:00
Here is your value: <?php echo $value; ?>