| Current Path : /home/ereika83/public_html/wp-content/plugins/squirrly-seo/view/Blocks/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/squirrly-seo/view/Blocks/FrontendAssistant.php |
<?php
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
if ( ! isset( $view ) ) {
return;
}
?>
<?php if ( SQ_Classes_Helpers_Tools::getOption( 'sq_api' ) <> '' ) { ?>
<style>html {
font-size: initial;
}
body ul.sq_notification, body ul.sq_complete {
top: 0 !important;
min-height: 40px;
}</style>
<div id="postsquirrly" class="sq_frontend sq_sticky" style="display: none">
<?php $view->show_view( 'Blocks/LiveAssistant' ); ?>
<?php do_action( 'sq_live_assistant_frontend_after' ); ?>
</div>
<?php } ?>