i18n
[old-projects.git] / philter / philter / include / philter.inc.php
index 8874dcd..0196f66 100644 (file)
@@ -10,6 +10,7 @@
 require_once("include/core.inc.php");
 
 function i18n($_index) { global $philter; echo $philter->i18n($_index); }
+function _i18n($_index) { global $philter; return $philter->i18n($_index); }
 
 /** Philter base configuration class
  * This is the base class of Philter.