dreamjob/lib/Cake/Test/test_app/View/Emails/html/default.ctp

7 lines
117 B
PHP
Executable File

<?php
$content = explode("\n", $content);
foreach ($content as $line):
echo '<p> ' . $line . '</p>';
endforeach;
?>