소스 검색

fix header layout for 1024 width

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 년 전
부모
커밋
644b7db597
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      materio_user.module

+ 1 - 1
materio_user.module

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