<?php
(function($){
"use strict";
// ______________ SUPERFISH
jQuery('ul.sf-menu').superfish({
speed : 1,
animation: false,
animationOut: false
});
// ______________ MOBILE MENU
$(function(){
$('#navigation').slicknav({
closedSymbol: "→",
openedSymbol: "↓"
});
});
})(jQuery);
?>