]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-blue/photo_album.tpl
added icons to profile_side, fixes in css
[friendica.git] / view / theme / diabook-blue / photo_album.tpl
1 <div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id">
2         <a href="$imgsrc" rel="gallery" class="fancy-album" id="photo-album-photo-link-$id" title="$phototitle">
3                 <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe  resize" id="photo-album-photo-$id" />
4                 <p class='caption'>$desc</p>            
5         </a>
6 </div>
7 <div class="photo-album-image-wrapper-end"></div>