I can't find this in public_common.pl
###################################
# open public_common.pl and find: #
###################################
if ($vars_search{AllowSearch} ne 'FALSE') {
# Search
push(@items, qq(
$vars_wordlets{search_link}));
}
##############
# add below: #
##############
if ($vars_statistics{'MBL'}) {
# Statistics
push(@items, qq(
$vars_wordlets_mods{'statistics_pntf'}));
}
Any help appreciated, Im using 6.3.0
Thank you