Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <script type="text/javascript">
  2. var _ubDat = [{
  3. 'collection':'15753',// ID of your booking engine
  4. 'lang':'es', // language for your booking form (ISO)
  5. 'ext_calendar':'0', // extended calendar
  6. 'ext_collections':'1', // show all your collections in one select box
  7. 'cssInc':'' // include your external css
  8. }];
  9. (function() {
  10.  
  11. var ub = document.createElement('script');
  12. ub.type = 'text/javascript';
  13. ub.async = true;
  14. ub.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.upbooking.com/plugins/sfPlug.php';
  15. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ub, s);
  16. })();
  17. </script>
  18. <div id="UBEngine"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement