CakePHP 2.1 で HTML Helper を使用して次のコードを複製しようとしています。Span タグをタグに含める方法がわかりません。
<div class="backTo">
<a href="#" title="">
<img src="images/icons/topnav/mainWebsite.png" alt="" />
<span>Main website</span>
</a>
</div>
私が試したこと
<?php echo $this->Html->image("icons/topnav/mainWebsite.png", array("alt" => "Back", 'url' => array('controller' => 'pages', 'action' => 'display', 'home')); ?>