On 07-08-2008 at 13:37:19 Jakub Argasiński <[EMAIL PROTECTED]> wrote:

variables inside <!--[if IE]>...<![endif]--> are not parsed.

Indeed, because technically it's a comment. PHPTAL is not IE, so it doesn't interpret magic IE "tags".

You can hack around it with something like this:
<tal:block tal:content='structure string:<!--[if IE]> <link href="${baseUrl}img/favicon.ico"><![endif]-->' />

--
regards, Kornel

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to