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; ?>
|