Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/bbpowerpack/modules/pp-how-to/includes/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/bbpowerpack/modules/pp-how-to/includes/frontend.js.php

;(function($) {
	<?php if ( isset( $settings->enable_lightbox ) && $settings->enable_lightbox == 'yes' ) { ?>
	if ( $.fn.magnificPopup ) {
		$('.fl-node-<?php echo $id; ?> .pp-how-to-step-image a').magnificPopup({
			type: 'image',
			closeOnContentClick: true,
			closeBtnInside: false
		});
	}
	<?php } ?>
})(jQuery);