<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 25.02.07
* | For version: 1.6
* | Desc: Navigation lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array(
'1' => 'Niusy',
'2' => 'Pliki',
'6' => 'Galeria Zdjêæ',
'8' => 'Forum',
'9' => 'Ankiety',
);
?>