I am new in cakephp and in my layout I wanna use this code...
<a href="#">Home<span style="font-size:16px;" class="pull-right hidden-xs"></span></a>
how can I use Html helper to rewrite it?
for example like this code :
echo $this->Html->link('Home',['controller'=>'users','action'=>'home']); instead that.