| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/previous-website/06/modules/mod_rsfeedback_button/tmpl/ |
Upload File : |
<?php
/**
* @package RSFeedback!
* @copyright (C) 2014-2018 www.rsjoomla.com
* @license GPL, http://www.gnu.org/copyleft/gpl.html
*/
defined('_JEXEC') or die('Restricted access');
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Language\Text;
?>
<div id="FeedbackLinkDiv" style="<?php echo $color.$params->get('button_position');?>:0;position:fixed;top:45%;cursor:pointer;padding:8px;z-index:99999;" onmouseover="this.style.backgroundColor='<?php echo $params->get('button_background_color_hover');?>'" onmouseout="this.style.backgroundColor='<?php echo $params->get('button_background_color');?>'">
<?php if ($params->get('modal_enable')) { ?><a href="javascript:void(0);" onclick="jQuery('#rsfeModal').modal('show');"><?php } else { ?><a href="<?php echo Route::_($link.$itemid); ?>"><?php } ?>
<?php echo HTMLHelper::_('image', 'com_rsfeedback/site/popup/feedback_'.$params->get('button_position').'_'.$params->get('button_color').'.png', '', array("title"=> Text::_('MOD_RSFEEDBACK_FEEDBACK_LINK_TEXT'), "id"=>"FeedbackLink", "height"=>"94", "width"=>"19"), true); ?>
</a>
</div>
<?php if ($params->get('modal_enable')) echo HTMLHelper::_('bootstrap.renderModal', 'rsfeModal', array('title' => $title, 'url' => Route::_($link.$itemid), 'bodyHeight' => 70 )); ?>