Merge branch 'theme-refactoring' of https://bitbucket.org/bachysoucy/materio-base-d7 into homeV2

This commit is contained in:
Bachir Soussi Chiadmi
2015-05-16 14:51:57 +02:00
267 changed files with 247981 additions and 28247 deletions

View File

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