ok
Direktori : /home2/selectio/www/geniusgroove.in/crm/application/views/student/ |
Current File : //home2/selectio/www/geniusgroove.in/crm/application/views/student/currencySwitcher.php |
<?php $student_session = $this->session->userdata('student'); $currency = $student_session['currency']; $currencies = get_currency_list(); foreach ($currencies as $currencie_key => $currencie_value) { ?> <option data-content='<?php echo $currencie_value->short_name . " (" . $currencie_value->symbol . ")"; ?>' value="<?php echo $currencie_value->id; ?>" <?php if ($currencie_value->id == $currency) { echo "Selected"; } ?>></option> <?php } ?>