| 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/aix/administrator/components/com_jce/views/cpanel/tmpl/ |
Upload File : |
<?php
/**
* @package JCE
* @subpackage Admin
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_PLATFORM') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Layout\LayoutHelper;
$user = Factory::getUser();
$canEditPref = $user->authorise('core.admin', 'com_jce');
?>
<div class="ui-jce row row-fluid">
<div class="span12 col-md-12">
<nav id="wf-cpanel" class="quick-icons bg-transparent">
<ul class="unstyled mb-0 nav flex-wrap row-fluid">
<?php echo implode("\n", $this->icons); ?>
</ul>
</nav>
<dl class="dl-horizontal card card-body well">
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_SUPPORT') . '::' . Text::_('WF_CPANEL_SUPPORT_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_SUPPORT'); ?>
</dt>
<dd><a href="https://www.joomlacontenteditor.net/support" target="_new">https://www.joomlacontenteditor.com/support</a></dd>
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_LICENCE') . '::' . Text::_('WF_CPANEL_LICENCE_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_LICENCE'); ?>
</dt>
<dd><?php echo $this->state->get('licence'); ?></dd>
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_VERSION') . '::' . Text::_('WF_CPANEL_VERSION_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_VERSION'); ?>
</dt>
<dd><?php echo $this->state->get('version'); ?></dd>
<?php if ($this->params->get('feed', 0) || $canEditPref): ?>
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_FEED') . '::' . Text::_('WF_CPANEL_FEED_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_FEED'); ?>
</dt>
<dd>
<?php if ($this->params->get('feed', 0)): ?>
<ul class="unstyled wf-cpanel-newsfeed">
<li><?php echo Text::_('WF_CPANEL_FEED_NONE'); ?></li>
</ul>
<?php else: ?>
<?php echo Text::_('WF_CPANEL_FEED_DISABLED'); ?> :: <a id="newsfeed_enable" title="<?php echo Text::_('WF_PREFERENCES'); ?>" href="#">[<?php echo Text::_('WF_CPANEL_FEED_ENABLE'); ?>]</a>
<?php endif;?>
</dd>
<?php endif;?>
</dl>
<?php if (!$this->state->get('pro', 0)) :
echo LayoutHelper::render('message.upgrade', $this);
endif;?>
</div>
</div>