1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/16552] Roll back to FontAwesome 4.7

PHPBB3-16552
This commit is contained in:
3D-I
2020-07-21 05:12:04 +02:00
committed by Marc Alexander
parent 2060f00f95
commit 4aa3a80558
10 changed files with 15 additions and 24 deletions

View File

@@ -90,7 +90,6 @@ function adm_page_header($page_title)
'T_UPLOAD_PATH' => "{$phpbb_root_path}{$config['upload_path']}/",
'T_FONT_AWESOME_LINK' => !empty($config['allow_cdn']) && !empty($config['load_font_awesome_url']) ? $config['load_font_awesome_url'] : "{$phpbb_root_path}assets/css/font-awesome.min.css?assets_version=" . $config['assets_version'],
'T_FONT_AWESOME_V4SHIMS_LINK' => "{$phpbb_root_path}assets/css/phpbb-fontawesome-v4-shims.min.css?assets_version=" . $config['assets_version'],
'T_ASSETS_VERSION' => $config['assets_version'],