]> git.mxchange.org Git - friendica.git/blob - view/templates/content/image_grid.tpl
7a06d3372614eed9851f2ec5fa45e64147350b44
[friendica.git] / view / templates / content / image_grid.tpl
1 <link rel="stylesheet" href="view/theme/frio/css/image_grid.css" type="text/css" media="screen"/>
2
3 <div id="row" class="row">
4         <div class="column">
5         {{foreach $columns.fc as $img}}
6                 {{include file="content/image.tpl" image=$img}}
7                 {{/foreach}}
8         </div>
9         <div class="column">
10         {{foreach $columns.sc as $img}}
11             {{include file="content/image.tpl" image=$img}}
12                 {{/foreach}}
13         </div>
14 </div>