Rev 210 | Details | Compare with Previous | Last modification | View Log | RSS feed
<?php
/* Set language to Russian */
$language = 'ru';
$locale = 'ru_RU.UTF-8';
putenv("LC_ALL=$locale");
setlocale(LC_ALL, $locale);
require_once 'global.php';
require_once 'application/layouts/index/index.phtml';
?>