aboutsummaryrefslogblamecommitdiffstats
path: root/view/theme/testbubble/photo_album.tpl
blob: a0e3f46c4916edcb3fe32bef0acd4ed7e2924fac (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                                           
<div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id">
	<a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle">
		<img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe  resize" id="photo-album-photo-$id" />
	</div>
		<p class='caption'>$desc</p>		
	</a>
	</div>
<div class="photo-album-image-wrapper-end"></div>