__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix3 Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
defined('_JEXEC') or die;
use Joomla\CMS\HTML\HTMLHelper;
$canEdit = $displayData['params']->get('access-edit');
$articleId = $displayData['item']->id;
?>
<?php if (JVERSION >= 4) : ?>
<?php if($canEdit) : ?>
<div class="icons">
<div class="float-end">
<div>
<?php echo HTMLHelper::_('icon.edit', $displayData['item'], $displayData['params']); ?>
</div>
</div>
</div>
<?php endif; ?>
<?php else: ?>
<div class="icons">
<?php if (empty($displayData['print'])) : ?>
<?php if ($canEdit || ($displayData['params']->get('show_print_icon')) || $displayData['params']->get('show_email_icon')) : ?>
<div class="btn-group pull-right">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="icon-cog" aria-hidden="true"></span>
<span class="caret" aria-hidden="true"></span>
</button>
<?php // Note the actions class is deprecated. Use dropdown-menu instead. ?>
<ul class="dropdown-menu">
<?php if ($displayData['params']->get('show_print_icon')) : ?>
<li class="print-icon dropdown-item"> <?php echo HTMLHelper::_('icon.print_popup', $displayData['item'], $displayData['params']); ?> </li>
<?php endif; ?>
<?php if ($displayData['params']->get('show_email_icon')) : ?>
<li class="email-icon dropdown-item"> <?php echo HTMLHelper::_('icon.email', $displayData['item'], $displayData['params']); ?> </li>
<?php endif; ?>
<?php if ($canEdit) : ?>
<li class="edit-icon dropdown-item"> <?php echo HTMLHelper::_('icon.edit', $displayData['item'], $displayData['params']); ?> </li>
<?php endif; ?>
</ul>
</div>
<?php endif; ?>
<?php else : ?>
<div class="pull-right">
<?php echo HTMLHelper::_('icon.print_screen', $displayData['item'], $displayData['params']); ?>
</div>
<?php endif; ?>
</div>
<?php endif; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| comments | Folder | 0775 |
|
|
| icons | Folder | 0775 |
|
|
| info_block | Folder | 0775 |
|
|
| post_formats | Folder | 0775 |
|
|
| social_share | Folder | 0775 |
|
|
| associations.php | File | 453 B | 0664 |
|
| blog_style_default_item_title.php | File | 2.17 KB | 0664 |
|
| blog_style_default_links.php | File | 722 B | 0664 |
|
| categories_default.php | File | 1.29 KB | 0664 |
|
| categories_default_items.php | File | 646 B | 0664 |
|
| category_default.php | File | 2.64 KB | 0664 |
|
| full_image.php | File | 1.64 KB | 0664 |
|
| icons.php | File | 2.07 KB | 0664 |
|
| intro_image.php | File | 2.82 KB | 0664 |
|
| options_default.php | File | 1.53 KB | 0664 |
|
| rating.php | File | 1.31 KB | 0664 |
|
| readmore.php | File | 1.13 KB | 0664 |
|
| tags.php | File | 1.14 KB | 0664 |
|