config->load('localization'); $countries = $ci->config->item('country_list'); $html = ""; return $html; } function available_languages_dropdown($name, $selection=NULL, $attributes='') { $ci =& get_instance(); // Use the config file name. $ci->config->load('p2p-tube'); $langs = $ci->config->item('available_languages_list'); $html = "'; return $html; } /* End of file localization_helper.php */ /* Location: ./application/helpers/localization_helper.php */