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'].'

';