__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package DPCalendar
* @copyright Copyright (C) 2018 Digital Peak GmbH. <https://www.digital-peak.com>
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
defined('_JEXEC') or die();
?>
<div class="com-dpcalendar-cpanel__checks">
<h3 class="dp-heading">
<?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_CHECKS'); ?>
</h3>
<div class="dp-information-container">
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_EXTERNAL_CALENDARS'); ?>: </span>
<span class="dp-information__content">
<a href="index.php?option=com_plugins&view=plugins&filter[folder]=dpcalendar&filter[enabled]=1" class="dp-link">
<?php echo is_countable($this->calendarsExternal) ? count($this->calendarsExternal) : 0; ?>
</a>
</span>
</div>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_INTERNAL_CALENDARS'); ?>: </span>
<span class="dp-information__content">
<a href="index.php?option=com_categories&extension=com_dpcalendar" class="dp-link">
<?php echo is_countable($this->calendarsInternal) ? count($this->calendarsInternal) : 0; ?>
</a>
</span>
</div>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_CHECKS_VERSION'); ?>: </span>
<span class="dp-information__content">
<?php echo $this->input->getString('DPCALENDAR_VERSION', ''); ?>
</span>
</div>
<?php if ($this->extensionsWithDifferentVersion) { ?>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_CHECKS_VERSION_EXTENSIONS'); ?>: </span>
<span class="dp-information__content">
<?php foreach ($this->extensionsWithDifferentVersion as $extension) { ?>
<p><?php echo $extension->version . ' ' . $extension->name; ?></p>
<?php } ?>
</span>
</div>
<?php } ?>
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 1.56 KB | 0664 |
|
| default_checks.php | File | 2.02 KB | 0664 |
|
| default_events_last.php | File | 1.42 KB | 0664 |
|
| default_events_new.php | File | 1.41 KB | 0664 |
|
| default_events_upcoming.php | File | 1.26 KB | 0664 |
|
| default_footer.php | File | 889 B | 0664 |
|
| default_help.php | File | 1.87 KB | 0664 |
|
| default_icons.php | File | 3.43 KB | 0664 |
|
| default_stats.php | File | 2.27 KB | 0664 |
|