]> git.mxchange.org Git - friendica.git/blob - view/templates/videos_recent.tpl
fix account_type
[friendica.git] / view / templates / videos_recent.tpl
1 <h3>{{$title}}</h3>
2 {{if $can_post}}
3 {{*<a id="video-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>*}}
4 {{/if}}
5
6 <div class="videos">
7 {{foreach $videos as $video}}
8         {{include file="video_top.tpl"}}
9 {{/foreach}}
10 </div>
11 <div class="videos-end"></div>