Contact Links

The contact link variable will override the default "Contact Us" link located in the footer of your page. If no variable is specified then the default url will be used.

Implementation

The contact link is modified in the footer section of the page. Only the following option is available:

defFooter.outerHTML = wet.builder.footer({
...
    "contactLinks": [{
        "href": "contactus.html"
    }]
...
});