Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/gallery/photo.php
		
		<div id="profile_info">
			<div class="container">
				<div class="breadcrumb">
					<a href="/">STRONA GŁÓWNA</a> \ 
					<a href="Gallery">GALERIE</a> \ 
					<a href="#"><?php echo mb_strtoupper($gallery->user->username); ?></a>
				</div><br style="clear:  both;"/>	
				<a href="#"><img src="/image.php/image-name.jpg?width=300&amp;height=300&amp;cropratio=1:1&amp;image=/uploads/user/images/<?php echo $gallery->user->logo; ?>" alt="" class="thumb_u"/></a>
				
				<div class="gallery_description">
					<span class="title"><?php echo $gallery->user->username; ?></span><br style="clear:  both;"/>	
					<?php echo $gallery->gallery_content; ?>
				</div>
				<div class="icons_social">
					<div class="fb-like" data-href="http://<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?>" data-layout="box_count" data-action="recommend" data-show-faces="true" data-share="false"></div>
				</div>
				
			</div>
		</div>
	
		<div class="shadow">
			<div class="container">

				<form>
					<fieldset class="search buttons">
						
						<a href="Gallery/show/<?php echo $gallery->gallery_id; ?>" class="button_white">NADCHODZĄCE WYDARZENIA</a>
						<a href="Gallery/artist/<?php echo $gallery->gallery_id; ?>" class="button_white">WSPÓŁPRACUJĄCY ARTYŚCI</a>
						<a href="Gallery/exposure/<?php echo $gallery->gallery_id; ?>" class="button_white">PRODUKTY</a>
						<a href="Gallery/article/<?php echo $gallery->gallery_id; ?>" class="button_white">ARTYKUŁY</a>
						<a href="Gallery/photos/<?php echo $gallery->gallery_id; ?>" class="button_white button_white_active">GALERIA ZDJĘĆ</a>
	
					</fieldset>
				</form>
			
			</div>
		</div>
		
		<div class="container">
			<?php // echo $pagination->render(); ?>
			<div class="instagram">
			<?php foreach( $galleryImages as $row ) : ?>
			<a class="example-image-link" data-lightbox="example-1" href="/<?php echo $row->galleryImage_image; ?>"><img src="/image.php/image-name.jpg?width=134&amp;height=134&amp;cropratio=1:1&amp;image=/<?php echo $row->galleryImage_image; ?>" alt=""/></a>
			<?php endforeach; ?>	
			</div>
			<br style="clear: both;"/>
			<?php // echo $pagination->render(); ?>
			
		</div>