Example #1
0
 function init_curr()
 {
     if ($_SESSION['currency']) {
         $this->_currency = $_SESSION['currency'];
     } else {
         $this->_currency = $this->_sys_config['currency'];
         $_SESSION['currency'] = $this->_sys_config['currency'];
     }
     $this->_curr_list = keke_lang_class::get_curr_list();
 }