Your IP : 18.221.35.244


Current Path : /var/www/html/wp-content/themes/church-event/templates/
Upload File :
Current File : /var/www/html/wp-content/themes/church-event/templates/side-buttons.php

<?php

/**
 * Displays the scroll to top button and the feedback widget area
 *
 * @package wpv
 * @subpackage church-event
 */

if(wpv_get_option('feedback-type') != 'none'): ?>
	<div id="feedback-wrapper">
		<?php if(wpv_get_option('feedback-type') == 'sidebar'): ?>
			<?php dynamic_sidebar('feedback-sidebar') ?>
			<a href="#" id="feedback" class="slideout icon" ><?php wpv_icon('pencil') ?></a>
		<?php else: ?>
			<a href="<?php wpvge('feedback-link')?>" id="feedback" class="icon"><?php wpv_icon('pencil') ?></a>
		<?php endif ?>
	</div>
<?php endif ?>

<?php if(wpv_get_option('show_scroll_to_top')): ?>
	<div id="scroll-to-top" class="icon"><?php wpv_icon('arrow-up3') ?></div>
<?php endif ?>