Skip to content

Commit b6c53cc

Browse files
authored
Merge pull request #31 from phpbb/feature/search-icons
Replace Iconify icons with Font Awesome icons
2 parents dcec329 + 1dbc2f6 commit b6c53cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpBB/styles/prosilver/template/overall_header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ <h1 style="float:left;margin-right:0px;margin-top:0px;">Development Discussion B
103103
<fieldset>
104104
<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
105105
<button class="button button-search" type="submit" title="{L_SEARCH}">
106-
{{ Icon('iconify', 'fa:search', lang('SEARCH'), true, 'c-button-icon') }}
106+
{{ Icon('font', 'search', lang('SEARCH'), true, 'fas c-button-icon') }}
107107
</button>
108108
<a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}">
109-
{{ Icon('iconify', 'fa:cog', lang('SEARCH_ADV'), true, 'c-button-icon') }}
109+
{{ Icon('font', 'gear', lang('SEARCH_ADV'), true, 'fas c-button-icon') }}
110110
</a>
111111
{S_SEARCH_HIDDEN_FIELDS}
112112
</fieldset>

0 commit comments

Comments
 (0)