]> git.sur5r.net Git - contagged/blobdiff - inc/init.php
fall back to english if local language string is missing
[contagged] / inc / init.php
index 72bea22c6a5ccc5a7733c66d90e75abc3c674c91..6d16606874342a75773063bb01f0e6e40015a5d6 100644 (file)
@@ -1,6 +1,7 @@
 <?
   require_once(dirname(__FILE__).'/config.php');
   require_once(dirname(__FILE__).'/fields.php');
+  require_once(dirname(__FILE__).'/lang/en.php');
   require_once(dirname(__FILE__).'/lang/'.$conf['lang'].'.php');
   require_once(dirname(__FILE__).'/functions.php');
   require_once(dirname(__FILE__).'/template.php');