Skip to content
Snippets Groups Projects
Commit 5646e7c7 authored by JediKev's avatar JediKev
Browse files

i18n: KnowledgeBase Category

This addresses 5120 where main (or Parent) FAQ Category Titles are not
translated even though the child Category titles are translated correctly.
This is due to to the system pulling the Full Name instead of the Local
(translated) Name.
parent 9ab42de7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
<li><i></i>
<div style="margin-left:45px">
<h4><?php echo sprintf('<a href="faq.php?cid=%d">%s %s</a>',
$C->getId(), Format::htmlchars($C->getFullName()),
$C->getId(), Format::htmlchars($C->getLocalName()),
$count ? "({$count})": ''
); ?></h4>
<div class="faded" style="margin:10px 0">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment