Skip to content

Commit 17a0438

Browse files
authored
Merge pull request #162 from iMattPro/fixes
Revert fontawesome 5 link
2 parents 337e202 + 3f5b0b5 commit 17a0438

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

adm/style/manage_pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3>{{ lang('WARNING') }}</h3>
101101
</select></dd>
102102
</dl>
103103
<dl>
104-
<dt><label for="page_icon_font">{{ lang('ACP_PAGES_FORM_ICON_FONT') ~ lang('COLON') }}</label><br /><span>{{ lang('ACP_PAGES_FORM_ICON_FONT_EXPLAIN', U_FONTAWESOME_ICONS) }}</span></dt>
104+
<dt><label for="page_icon_font">{{ lang('ACP_PAGES_FORM_ICON_FONT') ~ lang('COLON') }}</label><br /><span>{{ lang('ACP_PAGES_FORM_ICON_FONT_EXPLAIN', 'https://fontawesome.com/v4.7.0/icons/') }}</span></dt>
105105
<dd><input name="page_icon_font" id="page_icon_font" type="text" size="15" maxlength="255" value="{{ PAGES_ICON_FONT }}" placeholder="files-o" /> <i style="font-size:14px" class="icon fa-{{ PAGES_ICON_FONT }}"></i></dd>
106106
</dl>
107107
<dl>

controller/admin_controller.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ protected function add_edit_page_data($entity)
368368
'S_BBCODE_FLASH' => true,
369369
'S_LINKS_ALLOWED' => true,
370370

371-
'U_FONTAWESOME_ICONS' => 'https://fontawesome.com/' . (phpbb_version_compare(PHPBB_VERSION, '3.3.0', '>') ? 'icons?d=gallery&m=free' : 'v4.7.0/icons/'),
372371
'U_BACK' => $this->u_action,
373372
));
374373

0 commit comments

Comments
 (0)