<?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' => 'News',
'2' => 'Files',
'5' => 'Photo Gallery',
'7' => 'Forum',
'8' => 'Voting',
'9' => 'Statistics',
);
?>