source: companies/celepar/expressoAdmin1_2/inc/load_lang.php @ 763

Revision 763, 288 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<?
2        $lang = array();
3        if (!empty($_SESSION['phpgw_info']['expressoAdmin']['lang']))
4        {
5                foreach($_SESSION['phpgw_info']['expressoAdmin']['lang'] as $message_id=>$content)
6                {
7                        $lang[str_replace(" ", "_", (strtolower($message_id)) )] = $content;
8                }
9        }
10        echo serialize($lang);
11        exit;
12?>
Note: See TracBrowser for help on using the repository browser.