|'.$splugin_lang['slang_003'].'';
}else{
$return = '|'.$splugin_lang['slang_003'].'';
}
}
if(CURSCRIPT == 'plugin'){
list($identifier, $module) = explode(':', $_GET['id']);
if($identifier == 'study_seo_sitemap'){
//show copyright
if($splugin_setting['copyright_radio'] && !$_G['uid']){
$return .= $splugin_lang['copyright'];
}
}
}
return $return;
}
}
?>