diff options
author | friendica <info@friendica.com> | 2014-12-15 14:37:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-15 14:37:57 -0800 |
commit | 2e990743e757bea6712a3f3e9639a43c89b52901 (patch) | |
tree | cfc7da5c92a471de875bdd15dc491635fb987ee8 /include/nav.php | |
parent | f28103d595c0e02dfd30d44b3115915994e9ecc0 (diff) | |
parent | 3b343f8f6c7936aba93ed4a0b09a19086f18ae0d (diff) | |
download | volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.gz volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.bz2 volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index 9a9dfd6d6..a9bff4b29 100644 --- a/include/nav.php +++ b/include/nav.php @@ -259,6 +259,7 @@ $powered_by = ''; '$localuser' => local_user(), '$sel' => $a->nav_sel, '$powered_by' => $powered_by, + '$help' => t('@name, #tag, content'), '$pleasewait' => t('Please wait...') )); |