~tsep-dev/tsep/0.9-beta

« back to all changes in this revision

Viewing changes to branches/symfony/cake/tests/test_app/views/elements/email/html/custom.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$ */
 
3
 
 
4
/**
 
5
 *
 
6
 * PHP versions 4 and 5
 
7
 *
 
8
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 
9
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 
10
 *
 
11
 * Licensed under The MIT License
 
12
 * Redistributions of files must retain the above copyright notice.
 
13
 *
 
14
 * @filesource
 
15
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 
16
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 
17
 * @package       cake
 
18
 * @subpackage    cake.cake.libs.view.templates.elements.email.html
 
19
 * @since         CakePHP(tm) v 0.10.0.1076
 
20
 * @version       $Revision$
 
21
 * @modifiedby    $LastChangedBy$
 
22
 * @lastmodified  $Date$
 
23
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 
24
 */
 
25
?>
 
26
<p>Here is your value: <b><?php echo $value; ?></b></p>
 
 
b'\\ No newline at end of file'