xref: /webtrees/resources/views/icons/mime.phtml (revision 7c2c99fad7cacd17c98be88238ff735d82c6351b)
1*7c2c99faSGreg Roach<?php
2*7c2c99faSGreg Roach
3*7c2c99faSGreg Roach/**
4*7c2c99faSGreg Roach * @var string $type
5*7c2c99faSGreg Roach */
6*7c2c99faSGreg Roach
7*7c2c99faSGreg Roach?>
808362db4SGreg Roach<span class="wt-mime wt-mime-<?= e(explode('/', $type)[0]) ?> wt-mime-<?= strtr($type, '/', '-') ?>" aria-hidden="true"></span>
9