mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Merge 538782609c
into fce04bfa5c
This commit is contained in:
commit
5a69d1c2f1
1 changed files with 5 additions and 5 deletions
|
@ -53,14 +53,14 @@
|
|||
{{foreach $files as $f}}
|
||||
<div class="photo-album-image-wrapper">
|
||||
<a href="#" class="photo-album-photo-link" data-link="{{$f.0}}" data-filename="{{$f.1}}" data-img="{{$f.2}}" data-alt="{{$f.3}}">
|
||||
<img src="{{$f.2}}" alt="{{$f.1}}">
|
||||
<p>{{$f.1}}</p>
|
||||
<img src="{{$f.2}}" alt="{{$f.3}}" title="{{$f.1}}">
|
||||
</a>
|
||||
</div>
|
||||
{{/foreach}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue