Oh no! I feel sooooo dumb. I use two computers... my laptop where I do most of my work, and then a desktop... So I did the upgrade to version 1.2 with my laptop, and noticed that extensions were changed to .ctp
This is where I was doing the changes, but on my desktop I didn't have the .ctp files, and was still using the .thtml... well, .ctp overrides .thtml files if they have the same name before the extension... any change I made to the .thtml wasn't doing anything... So to sum up, using $html->meta in the view, and then using the echo $scripts_for_layout in the layout (correct one) works to change meta tags dynamically for each view page. Rusty --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
