This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app="r360"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>MadGeniusRadio Beta</title> | |
<meta name="description" content=""> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[if? | |
&subject=`[[*titleTag]]` | |
&operator=`!empty` | |
&then=`<title>[[*titleTag]]</title>` | |
&else=`<title>[[*pagetitle]], [[++site_name]]</title>` | |
]] | |
[[if? | |
&subject=`[[*descriptionTag]]` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Drupal.behaviors.addActiveClassToParentMenuIfSubnavPresent = { | |
attach: function (context, settings) { | |
$("#block-menu-block-1").each(function(){$("a[href='/products-equipment']").addClass("active").parent().addClass("active");}); | |
} | |
}; |