fix header layout for 1024 width

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2013-03-13 16:18:41 +01:00
parent 779d42d9bb
commit 644b7db597

View File

@ -76,7 +76,7 @@ function materio_user_block_view($delta = '') {
break;
case 'front_link':
$block['subject'] = '';
$block['content'] = l('<i class="icon-home"></i>'.t('home'), '<front>', array('html'=>true));
$block['content'] = l('<i class="icon-home"></i><span class="text">'.t('home').'</span>', '<front>', array('html'=>true));
break;
}
return $block;