MONTANYÀ HOTEL & LODGE
Avda. Montseny, s/n, 08553 · SEVA, Barcelone
COURRIEL : Tel: +34.93.702.76.00 · reservations@montanyahotel.com
Coordonnées: GPS Lat. 41o 48′ 18″ N / Long. 2o 15′ 63″ E
function montanya_scripts() { wp_enqueue_style( 'booking', get_template_directory_uri() . '-child/css/themes/classic.css', false, 2 ); /*wp_enqueue_script( 'picker', get_template_directory_uri() . '-child/js/picker.js', null, '1.0.0', true ); wp_enqueue_script( 'picker-date', get_template_directory_uri() . '-child/js/picker.date.js', array('picker'), '1.0.0', true ); wp_enqueue_script( 'booking', get_template_directory_uri() . '-child/js/booking.js', array('picker-date'), '1.0.0', true ); */ } add_action( 'wp_enqueue_scripts', 'montanya_scripts' ); function lang_page_id($id){ if(function_exists('icl_object_id')) { return icl_object_id($id,'page',true); } else { return $id; } } function room_page_id($id){ if(function_exists('icl_object_id')) { return icl_object_id($id,'my-product',true); } else { return $id; } } // Evitar que WordPress modifique reglas de enlaces permanentes en .htaccess //add_filter('flush_rewrite_rules_hard','__return_false'); ?>