コード例 #1
0
ファイル: functions.php プロジェクト: JexyRu/jshop-updates
function displayTextJSC()
{
    $conf = JSFactory::getConfig();
    if (getJsFrontRequestController() != 'content' && !compareX64(replaceWWW(getJHost()), $conf->licensekod)) {
        print $conf->copyrightText;
    }
}
コード例 #2
0
ファイル: config.php プロジェクト: panickylemon/joomlastayn
 function getCopyrightText()
 {
     $k = strlen(getJHost()) % 3;
     $lct = $this->getCopyrightTexts();
     return $lct[$k];
 }