I updated my app from 1.2 pre-beta to 1.2 beta, and now my custom tags
defined in config/tags.php no longer work.
Here is my tags.php:
<?php
$tags = array(
'block' => '<p%s>%s</p>',
'blockstart' => '<p%s>',
'blockend' => '</p>'
)
?>
How do I fix this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---