Back to PhocaDownloadUtils class

Method getInfo

public static
getInfo
()

Method getInfo - Source code

public static function getInfo()
{
    PluginHelper::importPlugin('phocatools');
    $results = Factory::getApplication()->triggerEvent('onPhocatoolsOnDisplayInfo', array('NjI5NTcxNzcxMTc='));
    if (isset($results[0]) && $results[0] === true) {
        return '';
    }
    return '<div style="text-align:right;color:#ccc;display:block">Powered by <a href="https://www.phoca.cz/phocadownload">Phoca Download</a></div>';
}