File "popover.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/vikbooking/libraries/html/plugins/popover.php
File size: 494 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/** 
 * @package   	VikBooking - Libraries
 * @subpackage 	html.plugins
 * @author    	E4J s.r.l.
 * @copyright 	Copyright (C) 2018 E4J s.r.l. All Rights Reserved.
 * @license  	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @link 		https://vikwp.com
 */

// No direct access
defined('ABSPATH') or die('No script kiddies please!');

?>

<div class="popover" role="tooltip">
	<div class="bs-arrow"></div>
	<div class="popover-title"></div>
	<div class="popover-content"></div>
</div>