This file contains 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
<script type="text/javascript" src="//giroola.checkfront.com/lib/interface--31.js"></script> | |
<!-- CHECKFRONT BOOKING PLUGIN v23--> | |
<div id="CHECKFRONT_WIDGET_01"><p id="CHECKFRONT_LOADER" style="background: url('//giroola.checkfront.com/images/loader.gif') left center no-repeat; padding: 5px 5px 5px 20px">Searching Availability...</p></div> | |
<script> | |
new DROPLET.Widget ({ | |
host: 'giroola.checkfront.com', | |
target: 'CHECKFRONT_WIDGET_01', | |
category_id: '8', | |
lang_id: 'it', | |
locale_id: 'it_IT', |
This file contains 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
<?php | |
if (\Drupal::moduleHandler()->moduleExists('my_module')) { | |
} | |
?> |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |