File "widget.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/mojo-marketplace-wp-plugin/vendor/bluehost/endurance-wp-module-business-reviews/views/widget.php
File size: 723 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Markup for Business Reviews widget
 */
?>

<div style="width:50%;float:left;">
	<a href="#" onclick="eigbr.doFeedback();"><?php echo file_get_contents( plugin_dir_path( dirname( __FILE__ ) ) . 'assets/images/thumbs-down.svg' ); ?><br />Help us improve</a>
</div>
<div style="width:50%;float:left;">
	<a href="#" onclick="eigbr.doReview();"><?php echo file_get_contents( plugin_dir_path( dirname( __FILE__ ) ) . 'assets/images/thumbs-up.svg' ); ?><br />Share a review</a>
</div>
<!--
* Thumb icons from:
* Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
-->
<div style="clear:both;"></div>