diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-15 14:53:25 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-15 14:53:25 +0000 |
commit | 049f08e6ad6d79c06d924e609d2af77a47f0c9c1 (patch) | |
tree | 785f1fea22399ef7f48b8818abda3ce7b9ff0e56 /include | |
parent | 5f08bd05c3b1f89543172fdcf6e2471e63be4570 (diff) | |
parent | ce88f0ab6a98bc2e6afffc44699c23d2d9575057 (diff) | |
download | volse-hubzilla-049f08e6ad6d79c06d924e609d2af77a47f0c9c1.tar.gz volse-hubzilla-049f08e6ad6d79c06d924e609d2af77a47f0c9c1.tar.bz2 volse-hubzilla-049f08e6ad6d79c06d924e609d2af77a47f0c9c1.zip |
Merge pull request #744 from pafcu/searchhelp
Add hint on how to use search box
Diffstat (limited to 'include')
-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...') )); |