View Single Post
  #3  
Old 03-27-2005, 10:29 AM
  kangus's Avatar 
kangus kangus is offline
 

Senior Member
  
Join Date: Feb 2003
Posts: 160
 

Default

the test:
{if $style eq 'button' && ($config.Adaptives.platform ne 'MacPPC' || $config.Adaptives.browser ne 'NN')}

looks at
$style
$config.Adaptives.platform
$config.Adaptives.browser

If your running a browser that thinks it's NOT Netscape Navagator or your NOT on the MacPPC platform AND $style is equal to button use the but buttons else use the go buttons

We had to use custom GO buttones on a site, the customer insisted.
__________________
X-cart 3.3.1 ~ 4.0.18 4.1.1
PHP4/5 MySQL 4.1.10a/5.1
CENTOS 4.1 / SuSE 9.3 / MS Server
Authorize.Net Partner
Reply With Quote