XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
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
$GLOBALS['xoops']
Definition:
common.php:33
usr64
htdocs
class
xoopseditor
tinymce4
include
xoopsmlcontent.php
Generated on Fri May 22 2015 03:07:01 for XOOPS by
1.8.9.1