X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=72225692793d5206d412d9e2a671f63ded4ab762;hb=06998f13b61fcd50588f425703793bacc2e55cab;hp=320e622fa51c06674787d54e7c4d3513f8b9467e;hpb=d6cf791677e3c676108f84e64818ba2a272f6d08;p=friendica.git diff --git a/mod/help.php b/mod/help.php index 320e622fa5..7222569279 100644 --- a/mod/help.php +++ b/mod/help.php @@ -18,7 +18,6 @@ if (!function_exists('load_doc_file')) { } -if(! function_exists('help_content')) { function help_content(&$a) { nav_set_selected('help'); @@ -63,7 +62,7 @@ function help_content(&$a) { if ($filename !== "Home") { // create TOC but not for home $lines = explode("\n", $html); - $toc="

TOC

"; $html = implode("\n",$lines); $a->page['aside'] = $toc.$a->page['aside']; @@ -99,5 +98,5 @@ function help_content(&$a) { } ".$html; return $html; -} + }