Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 210 | PointedEar | 1 | <?php | 
| 2 |   /* Set language to Modern Golic Vulcan */ | ||
| 3 | $language = 'vuh-Latn-Gol-modern'; | ||
| 4 | $locale = 'en_EN.UTF-8'; | ||
| 5 | putenv("LC_ALL=$locale"); | ||
| 6 | setlocale(LC_ALL, $locale); | ||
| 7 | |||
| 8 | require_once 'global.php'; | ||
| 9 | require_once 'application/layouts/index/index.phtml'; | ||
| 10 | ?> |