aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_top.tpl
blob: e2ebb6fd541f2c3c5da565727f1aec24c737f3fd (plain) (blame)
1
2
3
4
5
6
<div class="photo-top-image-wrapper" id="photo-top-image-wrapper-$id">
	<a href="$photolink" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$phototitle"><img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-top-photo" id="photo-top-photo-$id" /></a>
	<div class="photo-top-album-name"><a href="$albumlink" class="photo-top-album-link" title="$albumalt" >$albumname</a></div>
</div>
<div class="photo-top-image-wrapper-end"></div>