symfony 1.1 svn version I have to generate dynamic css to support theming. So I added a sitecss action and a site.css route. Everything works fine when used directly. However, when the browser requests the resource, symfony requires that the file be named sitecssSuccess.css.php. Except in IE, where it uses the original sitecssSuccess.php.
I've tried removing the .css extension (same problem). I've tried using the suffix routing parameter (no effect). To get around the problem and to keep moving forward I've added a sitecssSuccess.css.php that just includes the sitecssSuccess.php file. Is this a bug or am I missing something? -- Jacob Coby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
