Commit a9d6148e by pupi1985

Replaced all number_format in pages/categories.php

parent d5a4741d
......@@ -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', number_format($category['qcount']))
: qa_lang_html_sub('main/x_questions', qa_format_number($category['qcount']))
).'</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