replaced ch.js files by min.js"

This commit is contained in:
Bachir Soussi Chiadmi
2013-12-05 15:29:25 +01:00
parent 9af55b03bd
commit 7230dafd5f
5 changed files with 762 additions and 5 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-ck.js');
drupal_add_js(drupal_get_path('module', 'materio_page_title').'/js/materio_page_title.min.js');
break;
}
return $block;