Remove pixel definitions from menu icon

This commit is contained in:
Thomas Gelf 2014-03-17 16:54:40 +01:00
parent 9a142dacd5
commit fb948d8390
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ foreach ($this->items as $item) {
$item->getUrl() ? $this->href($item->getUrl()) : '#',
$item->getIcon() ? $this->img(
$item->getIcon(),
array('height' => '16px', 'width' => '16px')
array('class' => 'icon')
) . ' ' : '',
$this->escape($item->getTitle())
);