Advertisement
nlozovan

Untitled

Sep 15th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. SEARCH FOR:
  2.  
  3. <?php if(strlen($link)){ echo '<a class="slide-button" '; if(strlen($slide[ 'title_color' ])) { echo 'style="color:'. $slide[ 'title_color' ] .';border-color: ' . $slide[ 'title_color' ] . '"'; } echo ' href="'. $link .'">';
  4.  
  5. EDINT IN:
  6.  
  7. <?php if(strlen($link)){ echo '<a class="slide-button" '; if(strlen($slide[ 'title_color' ])) { echo 'style="color:'. $slide[ 'title_color' ] .';border-color: ' . $slide[ 'title_color' ] . '"'; } echo ' href="'. $link .'" target="_blank">';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement