Subversion Repositories LCARS

Rev

Rev 162 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
56 PointedEar 1
<?php
162 PointedEar 2
  /* Set language to English */
56 PointedEar 3
  $language = 'en';
4
  $locale = 'en_US.UTF-8';
5
  putenv("LC_ALL=$locale");
6
  setlocale(LC_ALL, $locale);
210 PointedEar 7
 
56 PointedEar 8
  require_once 'global.php';
210 PointedEar 9
  require_once 'application/layouts/index/index.phtml';
56 PointedEar 10
?>