<?php
$current_language = (object) array
(
'name' => 'English',
'author_name' => 'Lito Santos M.',
'author_url' => 'http://www.Kanorika.com',
'is_beta' => FALSE,
);
?>