X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=981fe97f70759103fa16ab8c50dcbadb8f316d57;hb=1905242a16d4a2d61d20c18746581616fed779a0;hp=65221165fdd5d23e6c14645fa3ad13f447e2e27a;hpb=448ae08dd5962d3138ab83c58fa2a6cd92d6e3c1;p=friendica.git diff --git a/mod/help.php b/mod/help.php index 65221165fd..981fe97f70 100644 --- a/mod/help.php +++ b/mod/help.php @@ -1,7 +1,11 @@ page['title'] = t('Help:') . ' ' . str_replace('-', ' ', notags($title)); + $a->page['title'] = L10n::t('Help:') . ' ' . str_replace('-', ' ', notags($title)); } $home = load_doc_file('doc/Home.md'); if (!$text) { $text = $home; $filename = "Home"; - $a->page['title'] = t('Help'); + $a->page['title'] = L10n::t('Help'); } else { $a->page['aside'] = Markdown::convert($home, false); } if (!strlen($text)) { - header($_SERVER["SERVER_PROTOCOL"] . ' 404 ' . t('Not Found')); + header($_SERVER["SERVER_PROTOCOL"] . ' 404 ' . L10n::t('Not Found')); $tpl = get_markup_template("404.tpl"); - return replace_macros($tpl, array( - '$message' => t('Page not found.') - )); + return replace_macros($tpl, [ + '$message' => L10n::t('Page not found.') + ]); } $html = Markdown::convert($text, false); @@ -65,9 +69,9 @@ function help_content(App $a) { if ($filename !== "Home") { // create TOC but not for home $lines = explode("\n", $html); - $toc="

TOC