HOME


Mini Shell 1.0
DIR: /var/www/rhodeworks/wp-content/plugins/nextgen-gallery/templates/GalleryDisplay/
Upload File :
Current File : //var/www/rhodeworks/wp-content/plugins/nextgen-gallery/templates/GalleryDisplay/ImageBefore.php
<?php
/**
 * @var int $index
 * @var string $class
 * @var Image $image
 */

use Imagely\NGG\DataTypes\Image;

if ( ! isset( $id ) ) {
	$id = 'ngg-image-' . $index;
}
?>
<div id="<?php echo esc_attr( $id ); ?>" class="<?php echo esc_attr( $class ); ?>" 
					<?php
					if ( isset( $image->style ) ) {
						echo $image->style;}
					?>
>