Subversion Repositories LCARS

Rev

Rev 210 | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<?php
  /* Set language to Modern Golic Vulcan */
  $language = 'vuh-Latn-Gol-modern';
  $locale = 'en_EN.UTF-8';
  putenv("LC_ALL=$locale");
  setlocale(LC_ALL, $locale);

  require_once 'global.php';
  require_once 'application/layouts/index/index.phtml';
?>