1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/17291] Switch ACP images to font icons

PHPBB3-17291
This commit is contained in:
Matt Friedman
2024-02-23 11:25:38 -08:00
parent 86af3c0f56
commit 35f4dc7691
32 changed files with 32 additions and 37 deletions

View File

@@ -432,10 +432,6 @@ class ajax_iohandler extends iohandler_base
*/
public function render_update_file_status($status_array)
{
$this->template->assign_vars(array(
'T_IMAGE_PATH' => $this->path_helper->get_web_root_path() . 'adm/images/',
));
foreach ($status_array as $block => $list)
{
foreach ($list as $filename)