1
0
Fork 0

Revert "Merge pull request #2223 from rabuzarus/2912_photo_widget"

This reverts commit 83e54f70d3, reversing
changes made to ecf576bdd0.
This commit is contained in:
fabrixxm 2016-01-04 11:46:19 +01:00
commit fcf7a791f1
15 changed files with 106 additions and 290 deletions

View file

@ -1,18 +0,0 @@
<div id="sidebar_photos_widget" class="widget">
<h3><a href="{{$photo_albums}}" title="{{$photo_albums_page_title}}">{{$title}}</a></h3>
<div id="widget_photos_wrapper">
{{foreach $photos as $photo}}
<div class="widget_photo_container">
<div class="widget-photo" id="widget-photo-{{$photo.id}}" >
<a href="{{$photo.src}}" class="widget-photo-link" id="widget-photo-link-{{$photo.id}}" >
<img class="widget-photo-img" src="{{$photo.photo}}" alt="{{$photo.alt_text}}" title="{{$photo.alt_text}}" />
</a>
</div>
</div>
{{/foreach}}
</div>
<div class="clear"></div>
</div>