Exemple #1
0
function xt_followlimit()
{
    return xt_get_global('followLimit');
}
Exemple #2
0
function xt_base_help()
{
    $help = xt_get_global('help');
    return $help ? $help : 'help';
}