Header Quick Launch Code
When creating your templates, you need to include the Designer Launch JS code in the header of your HTML file.
<!--//Vin65 QuickLaunch//--> <script type="text/javascript" src="https://quicklaunch.vin65.com/quicklaunch.js"></script> <!--//Vin65 QuickLaunch//-->
When your layouts are parsed, the following base Vin65 files will automatically be included in your templates:
jQuery 1.7.2, jQuery-ui1.8.21.custom, vin65.js, vin65.css
Footer Quick Launch Code
A code must also be put at the bottom of the page before the closing </body> tag. This is used for loading post processes like Twitter widgets and other tools.
<!--//Vin65 QuickLaunchFooter//--> <script src="https://assets.vin65.com/js/vin65Footer.js" type="text/javascript"></script> <!--//Vin65 QuickLaunchFooter//-->