So I have this piece of code:
<h1><?=$html->link( __('Create an Incident.'), '/incidents/add' );?></
h1>
And it seems like the link isn't created correctly. The only thing
that shows up is:
Create an Incident.<a href='/incidents/add'></a>
(or in whatever language I select. If I do this:
<h1><?=$html->link( __('Create an Incident.').'[*]', '/incidents/
add' );?></h1>
The only thing that is clickable is the '[*]'
Is this a bug or is there something I am missing? CakePHP is from:
1.2.x.x_27.03.2008.tar.bz2
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---