Skip to content
Snippets Groups Projects
Commit 55392e6b authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

display is_accessible flag, re #30

parent 5229ea4d
No related branches found
No related tags found
No related merge requests found
...@@ -36,12 +36,6 @@ ...@@ -36,12 +36,6 @@
<? endif ?> <? endif ?>
</td> </td>
</tr> </tr>
<tr>
<td><?= _('Barrierefrei') ?></td>
<td>
<?= $file->getAccessibility() ? _('ja') : _('nein') ?>
</td>
</tr>
<? $content_terms_of_use = $file->getTermsOfUse() ?> <? $content_terms_of_use = $file->getTermsOfUse() ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment