Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-13 11:12:14 +02:00
parent 3b4f1e024f
commit 3faebabce1
5 changed files with 50 additions and 22 deletions

View File

@@ -12,6 +12,14 @@
* Implements hook_init().
*/
function materio_search_api_ajax_init() {
drupal_add_js(array('materio_search_api_ajax' => array(
'module_path' => drupal_get_path('module', 'materio_search_api_ajax'),
// 'strings'=>array(
// 'sitetitle'=>,
// 'siteslogan'=>,
// ),
)), 'setting');
drupal_add_js(drupal_get_path('module', 'materio_search_api_ajax').'/js/libraries/jquery.history.js');
drupal_add_js(drupal_get_path('module', 'materio_search_api_ajax').'/js/materio_search_api_ajax-ck.js');
}