Commit 98363602 by pupi1985

Added compact numbers in pages/categories.php

parent 33556a8e
......@@ -69,7 +69,7 @@
$navigation[$key]['note'].=
' - <a href="'.qa_path_html('questions/'.implode('/', array_reverse(explode('/', $category['backpath'])))).'">'.( ($category['qcount']==1)
? qa_lang_html_sub('main/1_question', '1', '1')
: qa_lang_html_sub('main/x_questions', qa_format_number($category['qcount']))
: qa_lang_html_sub('main/x_questions', qa_format_number($category['qcount'], 1, true))
).'</a>';
if (strlen($category['content']))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment