mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
8 lines
269 B
HTML
8 lines
269 B
HTML
<?php if (isset($lastModified)): ?>
|
|
<span
|
|
class="btn empty oc-icon-calendar"
|
|
title="<?= e(trans('backend::lang.media.last_modified')) ?>: <?= $lastModified ?>"
|
|
data-toggle="tooltip"
|
|
data-placement="right">
|
|
</span>
|
|
<?php endif; ?> |