fixed compatibility with module flag_lists 3.x

converted materiobasemod js processor to gulp
This commit is contained in:
Bachir Soussi Chiadmi
2016-11-01 16:50:23 +01:00
parent d712e5881a
commit 2ed8b48636
19 changed files with 207 additions and 2405 deletions

View File

@@ -80,7 +80,7 @@ function materio_page_title_block_view($delta = '') {
case 'materio_page_title':
$block['subject'] = t('Page title');
$block['content'] = theme('materio_page_title', array('title' => materio_page_title_get_title()));
drupal_add_js(drupal_get_path('module', 'materio_page_title').'/js/materio_page_title.min.js');
drupal_add_js(drupal_get_path('module', 'materio_page_title').'/js/dist/materio_page_title.min.js');
break;
}
return $block;