<?php echo $html->link($html->image('test.gif'), '#',
array('escape'=>false)); ?>
Or:
<?php echo $html->link($html->image('test.gif'), '#', array(), false, false,
false);
-MI
---------------------------------------------------------------------------
Remember, smart coders answer ten questions for every question they ask.
So be smart, be cool, and share your knowledge.
BAKE ON!
blog: http://www.MarianoIglesias.com.ar
-----Mensaje original-----
De: [email protected] [mailto:[EMAIL PROTECTED] En nombre
de Samuel DeVore
Enviado el: Lunes, 30 de Abril de 2007 11:09 a.m.
Para: [email protected]
Asunto: Re: Dynamic Links with DS constant?
If you look at the api
http://api.cakephp.org/class_html_helper.html#444f26b63f2193142b80169b8d04cf
95
you will notice the param $escapeTitle defaults to true, make the call
with it set to true
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---