Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/view/plan/tmpl/default_sms_reminder_settings.php
Ðазад
<?php /** * @package Joomla * @subpackage Membership Pro * @author Tuan Pham Ngoc * @copyright Copyright (C) 2012 - 2025 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; $fields = [ 'send_first_sms_reminder' => 'OSM_SEND_FIRST_REMINDER', 'send_second_sms_reminder' => 'OSM_SEND_SECOND_REMINDER', 'send_third_sms_reminder' => 'OSM_SEND_THIRD_REMINDER', 'send_fourth_sms_reminder' => 'OSM_SEND_FOURTH_REMINDER', 'send_fifth_sms_reminder' => 'OSM_SEND_FIFTH_REMINDER', 'send_sixth_sms_reminder' => 'OSM_SEND_SIXTH_REMINDER', ]; foreach ($fields as $field => $label) { if (!property_exists($this->item, $field)) { continue; } ?> <div class="control-group"> <div class="control-label"> <?php echo Text::_($label); ?> </div> <div class="controls"> <input type="number" class="input-small form-control d-inline-block" name="<?php echo $field; ?>" value="<?php echo $this->item->{$field}; ?>" size="5" /><span><?php echo ' ' . Text::_('OSM_DAYS') . ' ' . $this->lists[$field . '_time']; ?></span><?php echo Text::_('OSM_SUBSCRIPTION_EXPIRED'); ?> </div> </div> <?php }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка