Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if(stripslashes(get_option('of_mclightbox')) == 'Disable Lightbox'){?>
- <a href="<?php the_permalink();?>"><span class="hover"></span>
- <?php } else{?>
- <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>
- <?php }?>
Add Comment
Please, Sign In to add comment