1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11241] Consolidate topic actions into "Topic tools" dropdown.

PHPBB3-11241
This commit is contained in:
Cesar G
2013-10-11 18:48:09 -07:00
parent 4b0410a9d9
commit e110d591a9
5 changed files with 49 additions and 17 deletions

View File

@@ -1464,6 +1464,8 @@ function phpbb_gen_download_links($param_key, $param_val, $phpbb_root_path, $php
}
$methods = compress::methods();
// Sort by preferred type.
$methods = array_intersect(array('.zip', '.tar.bz2', '.tar.gz', '.tar'), $methods);
$links = array();
foreach ($methods as $method)