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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user