ORIENT/modules/cms/controllers/index/_button_lastmodified.htm

8 lines
269 B
HTML
Raw Normal View History

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