From 54368e3a0d7f401a5cd72c242766663c9ee25977 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 14 Apr 2011 02:34:43 -0700 Subject: initial spanish translation --- mod/help.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/help.php b/mod/help.php index e07e4c5d9..561f5381f 100644 --- a/mod/help.php +++ b/mod/help.php @@ -22,12 +22,16 @@ function help_content(&$a) { $text = ''; - if($a->argc > 1) + if($a->argc > 1) { $text = load_doc_file('doc/' . $a->argv[1] . '.md'); - + $a->page['title'] = t('Help:') . ' ' . str_replace('-',' ',notags($a->argv[1])); + } if(! $text) { $text = load_doc_file('doc/Home.md'); + $a->page['title'] = t('Help'); } + + return Markdown($text); } \ No newline at end of file -- cgit v1.2.3