dreamjob/lib/Cake/Test/test_app/View/Elements/html_call.ctp

3 lines
62 B
PHP
Executable File

<?php
echo $this->Html->link('Test', 'http://example.com');
?>