mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #642 - Removed hardcoded 'search' glyph and replaced with toGlyph()
This commit is contained in:
parent
517eb58d4e
commit
2aeaa8a1fe
@ -76,7 +76,7 @@ if(deftrue('BOOTSTRAP'))
|
||||
|
||||
$text .= '
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="submit" name="s"><span class="glyphicon glyphicon-search"></span></button>
|
||||
<button class="btn btn-default" type="submit" name="s">'.$tp->toGlyph('search').'</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user