45 lines
1.5 KiB
PHP
45 lines
1.5 KiB
PHP
<?php
|
|
/* Smarty version 4.3.1, created on 2025-09-17 20:25:56
|
|
from '/var/www/html/yatmack/ui/ui/autoload.tpl' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '4.3.1',
|
|
'unifunc' => 'content_68caef2487ef42_12886001',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'938fa3566b44095e856068181e871c9bdbd8f1ae' =>
|
|
array (
|
|
0 => '/var/www/html/yatmack/ui/ui/autoload.tpl',
|
|
1 => 1719137980,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_68caef2487ef42_12886001 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?><option value="">Select Plans</option>
|
|
<?php
|
|
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['d']->value, 'ds');
|
|
$_smarty_tpl->tpl_vars['ds']->do_else = true;
|
|
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['ds']->value) {
|
|
$_smarty_tpl->tpl_vars['ds']->do_else = false;
|
|
?>
|
|
<option value="<?php echo $_smarty_tpl->tpl_vars['ds']->value['id'];?>
|
|
">
|
|
<?php if ($_smarty_tpl->tpl_vars['ds']->value['enabled'] != 1) {?>DISABLED PLAN • <?php }?>
|
|
<?php echo $_smarty_tpl->tpl_vars['ds']->value['name_plan'];?>
|
|
•
|
|
<?php echo Lang::moneyFormat($_smarty_tpl->tpl_vars['ds']->value['price']);?>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['ds']->value['prepaid'] != 'yes') {?> • POSTPAID <?php }?>
|
|
</option>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
|
}
|
|
}
|