//escape = falseを忘れない
<?php
echo $this->Html->link($this->Html->image('sample.png'), '/', array('escape' => false);
?>


▲上に戻る