XOOPS  2.6.0
xoopsmlcontent.php
Go to the documentation of this file.
1 <?php
2 
15 // Xlanguage
16 if ( $GLOBALS["module_handler"]->getByDirname("xlanguage") && defined("XLANGUAGE_LANG_TAG") ) {
17  return true;
18 }
19 
20 // Easiest Multi-Language Hack (EMLH)
21 if ( defined('EASIESTML_LANGS') && defined('EASIESTML_LANGNAMES') ) {
22  return true;
23 }
24 
25 return false;
26 
27 ?>
$GLOBALS['xoops']
Definition: common.php:33