fix header layout for 1024 width
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
779d42d9bb
commit
644b7db597
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user