issue #2414 update css and tag sort order

This commit is contained in:
HWFord
2025-10-07 16:26:14 +02:00
parent ac15835422
commit b6312b5015
5 changed files with 19 additions and 6 deletions
+6
View File
@@ -219,6 +219,12 @@ if ( empty($page['is_external']) )
);
}
//We sort the array here because we want them sorted by counter and not alphabetically like before.
usort($related_tags, function($a, $b) {
return $b['counter'] <=> $a['counter'];
});
include_once(PHPWG_ROOT_PATH.'include/selected_tags.inc.php');
$template->assign(