show full commit timestamp with version information in prefs footer

This commit is contained in:
Andrew Dolgov
2022-12-30 09:46:01 +03:00
parent 4c94139113
commit 9c0ead3640
2 changed files with 9 additions and 2 deletions

View File

@@ -170,7 +170,7 @@
</div>
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
<a class="text-muted" target="_blank" href="https://tt-rss.org/">Tiny Tiny RSS</a>
<span>v<?= Config::get_version() ?></span>
<span>v<?= Config::get_version_html() ?></span>
&copy; 2005-<?= date('Y') ?>
<a class="text-muted" target="_blank" href="https://fakecake.org/">Andrew Dolgov</a>
</div>