extract stub.phtml
[mdref/mdref] / views / stub.phtml
1 <div>
2 <p><strong>Download the Stub file:</strong></p>
3 <ul style="list-style-type: '&raquo;'">
4 <li>
5 <a href="stub?ref=<?= $entry->getName() ?>"><?= $entry->getName() ?>.stub.php</a><br>
6 <small>
7 Last modified:
8 <?= date_create("@".filemtime($stub))->setTimezone(new DateTimezone("UTC"))->format("Y-m-d H:i:s T") ?>
9 </small>
10 </li>
11 </ul>
12 </div>
13