xoopscube/altsys

View on GitHub
xoops_trust_path/libs/altsys/language/ja_utf8/blocks_each.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

if (defined('FOR_XOOPS_LANG_CHECKER')) {
    $mydirname = 'd3forum' ;
}
$constpref = '_MB_' . strtoupper($mydirname) ;

if (defined('FOR_XOOPS_LANG_CHECKER') || ! defined($constpref.'_LOADED')) {
    define($constpref.'_LOADED', 1) ;

// definitions for displaying blocks 
// Since altsys is a singleton moudle, this file has non-sense.
}