File: /www/exchange0old/exchange/admin/cache/%%C7^C79^C79F588E%%range.html.php
<?php /* Smarty version 2.6.19, created on 2024-07-19 12:57:52
compiled from tradefloor/range.html */ ?>
<select class="range" name="range" id="range">
<?php $_from = $this->_tpl_vars['range']; 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']; ?>
"><?php echo $this->_tpl_vars['item']; ?>
</option>
<?php endforeach; endif; unset($_from); ?>
</select>