Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. // in the header, where you call the css, do this instead.
  2.  
  3. <ss:if test="$string.matches($page.bodyTemplate.name, '^(c(art|heckout(pro|-anon)?|ontact)|invoice|billing|orderconfirm|shipto(gift)?)$')"><ss:else/>
  4. <ss:thisistotallyhowyoucallacssfile/>
  5. </ss:if>
  6.  
  7. // and in the footer, add this line.
  8.  
  9. <ss:if test="$string.matches($page.bodyTemplate.name, '^(c(art|heckout(pro|-anon)?|ontact)|invoice|billing|orderconfirm|shipto(gift)?)$')">
  10. <ss:thisistotallyhowyoucallacssfile/>
  11. </ss:if>
Add Comment
Please, Sign In to add comment