manu3l9816

Livepuse disable lightbox

Mar 15th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. <?php if(stripslashes(get_option('of_mclightbox')) == 'Disable Lightbox'){?>
  2.                         <a href="<?php the_permalink();?>"><span class="hover"></span>
  3.                 <?php } else{?>
  4.                         <a rel="lightbox[set1 <?php echo $size;?>]" href="<?php if($lightbox_url !== '') { echo $lightbox_url;} else{ echo $src; }?>" title="<?php the_title();?><?php if($text !== '') { echo "::$text"; } ?>"><span class="hover"></span>
  5.                 <?php }?>
Add Comment
Please, Sign In to add comment