Show
Ignore:
Timestamp:
09/09/06 15:05:45 (2 years ago)
Author:
mbonetti
Message:

include en.php for the time being, as some localized plugins will have to be
re-released.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/init.php

    r1561 r1562  
    122122    die('woopsie, bad lang: ' .$lang); 
    123123} 
    124 /* 
     124 
    125125if ($lang && file_exists(dirname(__FILE__) . "/" . "intl/$lang.php")) { 
    126126    rss_require("intl/$lang.php"); 
     
    128128    rss_require('intl/en.php'); 
    129129} 
    130 */ 
     130 
    131131// Theme  specific l10n handling 
    132132list($theme,$media) = getActualTheme();