Hi there,
I am trying to use a conditional in order to include an image based on the browser version.
I downloaded a plug_in called Which_browser, but it isn’t working for me inside an IF construct. The which_browser tag by itself, however, returns the appropriate browser code (e.g., Firefox or IE9). Here is the code that I’m trying in my template.
{if exp:which_browser=="IE6" OR exp:which_browser=="IE5"}
blah.gif
{if:else}
blah.png
{/if}Since this isn’t working, I would appreciate any suggestions or alternatives?
Thanks for any assistance,
Glen