1
0
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:
Moc 2014-06-14 15:13:08 +02:00
parent 517eb58d4e
commit 2aeaa8a1fe

View File

@ -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>';