diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-12-20 18:05:55 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-12-20 18:05:55 +0300 |
| commit | 4b44103b849912714e2f044b62d158c8188f3a81 (patch) | |
| tree | 2e7bf0ef01a34f4c89ddcf8db052a813ec57c55a /prefs.php | |
| parent | 573784c316c44280fef319117720479c3dc052ed (diff) | |
| parent | 63ee91c82e3fa17f5ade147aff8d319104b9e52e (diff) | |
Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integration
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -16,7 +16,6 @@ require_once "sessions.php"; require_once "functions.php"; require_once "sanity_check.php"; - require_once "version.php"; require_once "config.php"; require_once "db-prefs.php"; @@ -32,10 +31,6 @@ <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title> <meta name="viewport" content="initial-scale=1,width=device-width" /> - <script type="text/javascript"> - var __ttrss_version = "<?php echo VERSION ?>" - </script> - <?php if ($_SESSION["uid"]) { $theme = get_pref("USER_CSS_THEME", false, false); if ($theme && theme_exists("$theme")) { @@ -164,10 +159,7 @@ </div> <div id="footer" dojoType="dijit.layout.ContentPane" region="bottom"> <a class="text-muted" target="_blank" href="http://tt-rss.org/"> - Tiny Tiny RSS</a> - <?php if (!defined('HIDE_VERSION')) { ?> - v<?php echo VERSION ?> - <?php } ?> + Tiny Tiny RSS</a> v<?php echo get_version() ?> © 2005-<?php echo date('Y') ?> <a class="text-muted" target="_blank" href="http://fakecake.org/">Andrew Dolgov</a> |