File: /www/exchange0old/exchange/admin/cache/%%ED^ED4^ED42BA2A%%secret_questions.html.php
<?php /* Smarty version 2.6.19, created on 2024-06-19 12:14:52
compiled from common/secret_questions.html */ ?>
<?php if (! $this->_tpl_vars['question_field']): ?>
<?php $this->assign('question_field', 'question'); ?>
<?php endif; ?>
<select name="<?php echo $this->_tpl_vars['question_field']; ?>
" class="cmb_bx1" id="<?php echo $this->_tpl_vars['question_field']; ?>
" >
<option value="">Select</option>
<?php $_from = $this->_tpl_vars['questions']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['item']):
?>
<option value="<?php echo $this->_tpl_vars['item']['label_id']; ?>
" <?php if ($this->_tpl_vars['item']['label_id'] == $this->_tpl_vars['data']['secret_question_id'] || $this->_tpl_vars['item']['label_id'] == $this->_tpl_vars['errval']['question']): ?>selected="selected"<?php endif; ?> ><?php echo $this->_tpl_vars['item']['label_title']; ?>
</option>
<?php endforeach; endif; unset($_from); ?>
</select>