diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-15 16:08:51 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-15 16:08:51 -0800 |
commit | d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70 (patch) | |
tree | 90e90fcb0a487920b9ebac646d29d5a57d6b6dd3 /include/nav.php | |
parent | b20cce1408445a48e8aec133b6df44bcd71c6321 (diff) | |
download | volse-hubzilla-d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70.tar.gz volse-hubzilla-d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70.tar.bz2 volse-hubzilla-d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70.zip |
Still trying to make the documentation link just a wee bit more obvious.
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 2762e2a14..e389308ff 100644 --- a/include/nav.php +++ b/include/nav.php @@ -244,6 +244,7 @@ $powered_by = ''; App::$page['nav'] .= replace_macros($tpl, array( '$baseurl' => z_root(), + '$fulldocs' => t('Documentation'), '$sitelocation' => $sitelocation, '$nav' => $x['nav'], '$banner' => $banner, |