File: /home/dermova/www/india/wp-content/plugins/wptouch/themes/foundation/modules/hammer/hammer.php
<?php
add_action( 'foundation_module_init_mobile', 'foundation_hammer_init' );
function foundation_hammer_init() {
wp_enqueue_script(
'foundation_hammer',
foundation_get_base_module_url() . '/hammer/hammer.min.js',
array( 'jquery' ),
FOUNDATION_VERSION,
true
);
wp_enqueue_script(
'foundation_hammer_wptouch',
foundation_get_base_module_url() . '/hammer/wptouch.hammer.js',
array( 'foundation_hammer' ),
FOUNDATION_VERSION,
true
);
}