XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xoopsmlcontent.php
Go to the documentation of this file.
1 <?php
14 if (!defined("XOOPS_ROOT_PATH")) { die("XOOPS root path not defined"); }
15 
16 // Xlanguage
17 if ( $GLOBALS["module_handler"]->getByDirname("xlanguage") && defined("XLANGUAGE_LANG_TAG") ) {
18  return true;
19 }
20 
21 // Easiest Multi-Language Hack (EMLH)
22 if ( defined('EASIESTML_LANGS') && defined('EASIESTML_LANGNAMES') ) {
23  return true;
24 }
25 
26 return false;
27 ?>