echo $this->Html->link($this->Html-
>image('logout.png',array('alt'=>'logout'))
,array('controller'=>'users','action'=>'logout'));
$this->Html->image('logout.png',array('alt'=>'logout')--> this line is
giving me html source
<img src="/hr/img/logout.png" alt="logout" />..
and i think it sould give me this html <img src="/hr/webroot/img/
logout.png" alt="logout" />..
am i missing any thing?
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en