Commit 4075930a by pupi1985

Added compact numbers in pages/tags.php

parent 98363602
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
foreach ($populartags as $word => $count) { foreach ($populartags as $word => $count) {
$qa_content['ranking']['items'][] = array( $qa_content['ranking']['items'][] = array(
'label' => qa_tag_html($word, false, @$favoritemap['tag'][qa_strtolower($word)]), 'label' => qa_tag_html($word, false, @$favoritemap['tag'][qa_strtolower($word)]),
'count' => qa_format_number($count), 'count' => qa_format_number($count, 1, true),
); );
if ((++$output) >= $pagesize) if ((++$output) >= $pagesize)
......
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