| Current Path : /var/www/html/components/com_kunena/template/aurelia/layouts/bbcode/ebay/ |
| Current File : /var/www/html/components/com_kunena/template/aurelia/layouts/bbcode/ebay/default.php |
<?php
/**
* Kunena Component
*
* @package Kunena.Template.Aurelia
* @subpackage Layout.BBCode
*
* @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
namespace Kunena\Forum\Site;
\defined('_JEXEC') or die();
use Joomla\CMS\Language\Text;
// [ebay]112233445566[/ebay]
// Display ebay item.
?>
<div class="kunena_ebay_widget" style="border: 1px solid #e5e5e5;margin:10px;padding:10px;border-radius:5px;">
<img alt="" loading=lazy src="https://securepics.ebaystatic.com/api/ebay_market_108x45.gif"/>
<div style="margin:10px 0;"></div>
</div>
<div style="text-align: center;"><a href="<?php echo $this->naturalurl; ?>" target="_blank"
rel="noopener noreferrer"> <img alt="" loading=lazy src="<?php echo $this->pictureurl; ?>"/></a>
</div>
<div style="margin:10px 0;"/></div>
<a href="<?php echo $this->naturalurl; ?>" target="_blank" rel="noopener noreferrer"><?php echo $this->title; ?></a>
<div style="margin:10px 0;"/></div>
<div style="margin:10px 0;"/></div>
<?php if ($this->status == "Active") :
?>
<a class="btn btn-outline-primary border" href="<?php echo $this->naturalurl; ?>"
target="_blank"><?php echo Text::_('COM_KUNENA_LIB_BBCODE_EBAY_LABEL_BUY_IT_NOW') ?></a>
<?php else : ?>
<?php echo Text::_('COM_KUNENA_LIB_BBCODE_EBAY_LABEL_COMPLETED'); ?>
<?php endif; ?>