summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/prefs.php b/prefs.php
index 52f564a76..dd3d3a4b0 100644
--- a/prefs.php
+++ b/prefs.php
@@ -151,14 +151,12 @@
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TABS);
?>
</div>
- <?php $version = get_version($git_commit, $git_timestamp, $last_error); ?>
<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 title="<?= htmlspecialchars($last_error) ?>">v<?= $version ?></span>
- &copy; 2005-<?= date('Y') ?>
- <a class="text-muted" target="_blank"
- href="https://fakecake.org/">Andrew Dolgov</a>
- </div> <!-- footer -->
+ <a class="text-muted" target="_blank" href="https://tt-rss.org/">Tiny Tiny RSS</a>
+ <span>v<?= Config::get_version() ?></span>
+ &copy; 2005-<?= date('Y') ?>
+ <a class="text-muted" target="_blank" href="https://fakecake.org/">Andrew Dolgov</a>
+ </div>
</div>
</body>