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 | |
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.
-rw-r--r-- | include/nav.php | 1 | ||||
-rwxr-xr-x | view/tpl/nav.tpl | 4 |
2 files changed, 3 insertions, 2 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, diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index bc1e64416..c56bade94 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -213,8 +213,8 @@ <div id="contextual-help-content" class="contextual-help-content"> {{$nav.help.5}} <div class="pull-right"> - <a class="contextual-help-tool" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i></a> - <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> + <a class="contextual-help-tool btn btn-primary btn-xs" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i> {{$fulldocs}}</a> + <a class="contextual-help-tool btn btn-default btn-xs" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> </div> </div> {{/if}} |