davidjmorin

Function or Class Variables

Dec 2nd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.15 KB | None | 0 0
  1.           $tmpstyle       = $data["tmppercent"] < "75" ? ' style="color: red;"' : '';
  2.           $pullthrough    = $data["pullthroughpercent"] <= "22" ? ' style="color: red;"' : '';
  3.           $bundlestyle    = $data["bundlepercent"] <= "50" ? ' style="color: red;"' : '';
  4.           $gp_smartstyle  = $data["gp_smart2"] <= "350" ? ' style="color: red;"' : '';
  5.           $hum            = $data["HUM_Devices"] <= "0" ? ' style="color: red;"' : '';
  6.           $accgp          = $data["accessorygp"] <= "120" ? ' style="color: red;"' : '';
  7.           $jetpack        = $data["jetpack"] <= "1" ? ' style="color: red;"' : '';
  8.           $tmpstyleStore1      = $data["Textbox106"] <= "75" ? ' style="color: red;"' : '';
  9.           $pullthroughStore1   = $data["Textbox90"] <= "22" ? ' style="color: red;"' : '';
  10.           $bundlestyleStore1   = $data["Textbox74"] <= "50" ? ' style="color: red;"' : '';
  11.           $gp_smartstyleStore1 = $data["gp_smart"] <= "$350" ? ' style="color: red;"' : '';
  12.           $humStore1           = $data["HUM_Devices3"] <= "1" ? ' style="color: red;"' : '';
  13.           $accgpStore1         = $data["Textbox66"] <= "$120" ? ' style="color: red;"' : '';
Advertisement
Add Comment
Please, Sign In to add comment