dreamjob/lib/Cake/Test/test_app/View/Posts/helper_overwrite.ctp

4 lines
62 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
<?php
echo $html;
echo $this->Html->link('Test link', '#');
?>