xref: /webtrees/resources/views/icons/mime.phtml (revision 05babb969dd66fd95325613c7360d51ed3aa19fc)
17c2c99faSGreg Roach<?php
27c2c99faSGreg Roach
37c2c99faSGreg Roach/**
47c2c99faSGreg Roach * @var string $type
57c2c99faSGreg Roach */
67c2c99faSGreg Roach
77c2c99faSGreg Roach?>
8*05babb96SGreg Roach<span class="wt-mime wt-mime-<?= e(explode('/', $type)[0]) ?> wt-mime-<?= strtr($type, ['/' => '-']) ?>" aria-hidden="true"></span><?php
9