Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. perhaps change <blockquote>ibPTN="s%.*SECONDBUTTON.*%\&nbsp;<a href=\"./${button_contact_url}\"><img src=\"images0/${button_contact_icon}\" width=\"24\" height=\"24\" alt=\"contact\" title=\"${button_contact_tooltip}\" />${button_contact_text}</a>%"
  2. </blockquote>
  3. to
  4.  
  5. ibPTN="s%.*SECONDBUTTON.*%\&nbsp;<a href=\"${button_contact_url}\"><img src=\"images0/${button_contact_icon}\" width=\"24\" height=\"24\" alt=\"contact\" title=\"${button_contact_tooltip}\" />${button_contact_text}</a>%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement