コード例 #1
0
ファイル: install.acajoom.php プロジェクト: kaantunc/MYK-BOR
function installBots()
{
    return ACA_CMSTYPE ? installBots15() : installBots_11x();
}
コード例 #2
0
function installBots()
{
    global $_VERSION;
    $joomAca15 = $_VERSION->RELEASE != '1.0' && class_exists('JFactory') ? true : false;
    return $joomAca15 ? installBots15() : installBots_11x();
}