PHP Classes

File: modules/cms/controllers/index/_button_lastmodified.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/controllers/index/_button_lastmodified.php   Download  
File: modules/cms/controllers/index/_button_lastmodified.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 269 bytes
 

Contents

Class file image Download
<?php if (isset($lastModified)): ?>
<span
        class="btn empty wn-icon-calendar"
        title="<?= e(trans('backend::lang.media.last_modified')) ?>: <?= $lastModified ?>"
        data-toggle="tooltip"
        data-placement="right">
    </span>
<?php endif; ?>