Exemple #1
0
function installBots()
{
    return ACA_CMSTYPE ? installBots15() : installBots_11x();
}
function installBots()
{
    global $_VERSION;
    $joomAca15 = $_VERSION->RELEASE != '1.0' && class_exists('JFactory') ? true : false;
    return $joomAca15 ? installBots15() : installBots_11x();
}