This commit is contained in:
sarah garcin
2015-05-01 16:31:29 +02:00
parent 23c085213e
commit a1fd56580b
22 changed files with 4478 additions and 2904 deletions

View File

@ -42,14 +42,14 @@
<?php if ($links = render($content['links'])): ?>
<section class="links">
<i class="icon-share-alt"></i>
<i class="fi-download"></i>
<?php print $links; ?>
</section>
<?php endif; ?>
<?php if ($flags = render($content['flaglistslinks'])): ?>
<section class="flags">
<i class="icon-folder-open"></i>
<i class="fi-folder"></i>
<?php print $flags; ?>
</section>
<?php endif; ?>