]> git.mxchange.org Git - friendica.git/blobdiff - mod/help.php
Merge branch 'newui' of github.com:fabrixxm/friendika into newui
[friendica.git] / mod / help.php
index 495b4ccc22d866362481c17af36e430491c33bcf..59e062f6d4398d16c9c6657e3828313b296dda3c 100644 (file)
@@ -17,6 +17,7 @@ function load_doc_file($s) {
 
 
 function help_content(&$a) {
+       nav_set_selected('help');
 
        global $lang;
 
@@ -41,4 +42,4 @@ function help_content(&$a) {
        
        return Markdown($text);
 
-}
\ No newline at end of file
+}