uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm009.cluster128.gra.hosting.ovh.net
Kernel : Linux webm009.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
chauffn
/
vuzelia
/
2023
/
cf455
/
.
/
..
/
plugins
/
engagebox
/
yesno
/
tmpl
/
button.php
/
/
<?php /** * @package EngageBox * @version 5.1.3 Pro * * @author Tassos Marinos <info@tassos.gr> * @link http://www.tassos.gr * @copyright Copyright © 2019 Tassos Marinos All Rights Reserved * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later */ defined('_JEXEC') or die('Restricted access'); if (isset($button->show) && !$button->show) { return; } // Close box on redirection? Defaults to Yes. $button->close = !isset($button->close) ? true : (bool) $button->close; ?> <a <?php if ($button->click == "url") { ?> <?php if ($button->close) { ?> data-ebox-prevent="0" data-ebox-cmd="close" <?php } ?> target="<?php echo $button->newtab ? "_blank" : "_self" ?>" href="<?php echo $button->url ?>" rel="noopener" <?php } ?> <?php if ($button->click == "open") { ?> data-ebox-cmd="open" data-ebox="<?php echo $button->box; ?>" href="#" <?php } ?> <?php if ($button->click == "close") { ?> data-ebox-cmd="close" href="#" <?php } ?> <?php $styles = implode(';', array( "background-color:" . $button->background, "color:" . $button->color, "min-width:" . (int) $yesno->get("buttonwidth", "100") . "px" )); ?> class="ebox-ys-btn" style="<?php echo $styles; ?>"> <?php echo $button->text ?> <?php if (isset($button->subtext) && !empty($button->subtext)) { ?> <span class="ebox-ys-subtext"><?php echo $button->subtext ?></span> <?php } ?> </a>
/home/chauffn/vuzelia/2023/cf455/./../plugins/engagebox/yesno/tmpl/button.php