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

View File

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