From 9324678b6582491a1f42f5ec6916e7346e9250cd Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 9 Mar 2015 12:09:04 -0400 Subject: [PATCH] Closes #163 use the language file for "Go back" --- knowledgebase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledgebase.php b/knowledgebase.php index 3777f33d..017473a8 100644 --- a/knowledgebase.php +++ b/knowledgebase.php @@ -457,7 +457,7 @@ function hesk_show_kb_category($catid, $is_search = 0) { { $link = ($thiscat['parent'] == 1) ? 'knowledgebase.php' : 'knowledgebase.php?category='.$thiscat['parent']; echo '

'.$hesklang['kb_cat'].': '.$thiscat['name'].'

-

Go back

+

'.$hesklang['back'].'

';