PDA

View Full Version : not display a module (or part of a module) in IE


ogetbilo
05-25-2004, 09:04 PM
I want a module to be displayed on all browser types except internet explorer.
how do I set the if clause in the corresponding template?

(It's OK to NOT display just part of the contents inside the template)

Richard
05-25-2004, 09:12 PM
<if condition="!is_browser('ie')">


</if>

should do it.

Our Sponsors
 

ogetbilo
05-25-2004, 09:28 PM
thanks:)

Richard
05-25-2004, 10:02 PM
you're welcome :)