Explorar o código

fix header layout for 1024 width

Signed-off-by: bachy <git@g-u-i.net>
bachy %!s(int64=12) %!d(string=hai) anos
pai
achega
644b7db597
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;