mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 14:01:28 +00:00
more I18N work, new option: ENABLE_TRANSLATIONS
This commit is contained in:
@@ -105,7 +105,7 @@ window.onload = init;
|
||||
<div style="float : right">
|
||||
<?php if (!SINGLE_USER_MODE) { ?>
|
||||
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
|
||||
(<a href="logout.php">Logout</a>)
|
||||
(<a href="logout.php"><?= __('Logout') ?></a>)
|
||||
<?php } ?>
|
||||
<img id="newVersionIcon" onclick="javascript:explainError(2)"
|
||||
src="images/new_version.png" title="New version is available!"
|
||||
|
||||
Reference in New Issue
Block a user