mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixes #642 - Removed hardcoded 'search' glyph and replaced with toGlyph()
This commit is contained in:
@@ -76,7 +76,7 @@ if(deftrue('BOOTSTRAP'))
|
|||||||
|
|
||||||
$text .= '
|
$text .= '
|
||||||
<span class="input-group-btn">
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</form>';
|
</form>';
|
||||||
|
Reference in New Issue
Block a user